aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/sprite.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/sprite.cpp b/saga/sprite.cpp
index 551dee9845..6b8289a105 100644
--- a/saga/sprite.cpp
+++ b/saga/sprite.cpp
@@ -214,7 +214,6 @@ int Sprite::draw(SURFACE *ds, SPRITELIST *sprite_list, int sprite_num, const Poi
so_width = s_width = readS.readUint16();
so_height = s_height = readS.readUint16();
}
- debug(0, "%d x %d", s_width, s_height);
spr_pt.x = screenCoord.x + x_align;
spr_pt.y = screenCoord.y + y_align;