remove dbg message

This commit is contained in:
stefan schippers 2023-09-28 13:34:47 +02:00
parent e13922e94f
commit ff2f0477a6
1 changed files with 1 additions and 1 deletions

View File

@ -1389,7 +1389,7 @@ int place_symbol(int pos, const char *symbol_name, double x, double y, short rot
my_strncpy(name1, symbol_name, S(name1));
}
dbg(0, "place_symbol(): 1: name1=%s first_call=%d\n",name1, first_call);
dbg(1, "place_symbol(): 1: name1=%s first_call=%d\n",name1, first_call);
/* remove tcleval( given in file selector, if any ... */
if(strstr(name1, "tcleval(")) {
tclev = 1;