Squelch some debugging printf() ("most ...")

This commit is contained in:
Bill Kendrick 2021-02-20 15:27:10 -08:00
parent 7cd547e746
commit a8a4001fe9

View file

@ -8908,7 +8908,8 @@ static void draw_fonts(void)
SDL_BlitSurface(img_italic, NULL, screen, &dest);
most = most + gd_toolopt.cols;
printf("most %d\n", most);
// printf("most %d\n", most);
/* Show shrink button: */
dest.x = WINDOW_WIDTH - r_ttoolopt.w;