From ff2f0477a66667859467d75f6484e666598b439e Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Thu, 28 Sep 2023 13:34:47 +0200 Subject: [PATCH] remove dbg message --- src/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.c b/src/actions.c index 6c97e956..f52abac9 100644 --- a/src/actions.c +++ b/src/actions.c @@ -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;