Remove starter/color/etc. debug from New dialog
Some printf() debugging belonged inside an #ifdef DEBUG...
This commit is contained in:
parent
4c3ad460ee
commit
8f9ea4cb69
1 changed files with 1 additions and 1 deletions
|
|
@ -19058,9 +19058,9 @@ static int do_new_dialog(void)
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("%d files and colors were found!\n", num_files);
|
printf("%d files and colors were found!\n", num_files);
|
||||||
#endif
|
|
||||||
printf("first_color = %d\nfirst_starter = %d\nfirst_template = %d\nnum_files = %d\n\n", first_color, first_starter,
|
printf("first_color = %d\nfirst_starter = %d\nfirst_template = %d\nnum_files = %d\n\n", first_color, first_starter,
|
||||||
first_template, num_files);
|
first_template, num_files);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Let user choose a color or image: */
|
/* Let user choose a color or image: */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue