remove dbg messages

This commit is contained in:
Stefan Frederik 2021-11-17 17:56:32 +01:00
parent e27c5dc21a
commit dcae02e8c4
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ void new_schematic(const char *what, const char *top_path, const char *tk_win_pa
Tk_Window tkwin;
if(!strcmp(what, "create")) {
dbg(0, "new_schematic() create, save ctx tk_win_path=%s\n", tk_win_path);
dbg(1, "new_schematic() create, save ctx tk_win_path=%s\n", tk_win_path);
if(cnt == 0) {
for(i = 0; i < MAX_NEW_WINDOWS; i++) {
save_xctx[i] = NULL;