summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xatari/plot/plot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/atari/plot/plot.c b/atari/plot/plot.c
index eaadb8f77..5896a6841 100755
--- a/atari/plot/plot.c
+++ b/atari/plot/plot.c
@@ -2063,7 +2063,6 @@ static bool plot_bitmap(int x, int y, int width, int height,
if(view.scale != 1.0){
width = (int)(((float)width)*view.scale);
height = (int)(((float)height)*view.scale);
- printf("bitmap scale: %d/%d (%f)\n", width, height, view.scale);
}
if ( repeat_x || repeat_y ) {