Removed debug print

This commit is contained in:
Ole Loots 2013-12-04 01:44:26 +01:00
parent c4ecef90d1
commit 66af93863d
1 changed files with 0 additions and 1 deletions

View File

@ -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 ) {