From 66af93863dfd2a581bae8b83982b36959dc1b725 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 4 Dec 2013 01:44:26 +0100 Subject: Removed debug print --- atari/plot/plot.c | 1 - 1 file changed, 1 deletion(-) 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 ) { -- cgit v1.2.3