aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/graphics.cpp')
-rw-r--r--engines/illusions/graphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/illusions/graphics.cpp b/engines/illusions/graphics.cpp
index a4fa0e6cfe..eae605641e 100644
--- a/engines/illusions/graphics.cpp
+++ b/engines/illusions/graphics.cpp
@@ -75,7 +75,6 @@ void NamedPoints::load(uint count, Common::SeekableReadStream &stream) {
void loadPoint(Common::SeekableReadStream &stream, Common::Point &pt) {
pt.x = stream.readSint16LE();
pt.y = stream.readSint16LE();
-
debug(0, "loadPoint() x: %d; y: %d",
pt.x, pt.y);
}