From 7144ead895f426a4ae756bbddc3a0b8c0152e5a5 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sat, 22 Feb 2025 19:49:43 +0100 Subject: [PATCH] remove dbg messages --- src/editprop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editprop.c b/src/editprop.c index 77adafd0..2ed70f4d 100644 --- a/src/editprop.c +++ b/src/editprop.c @@ -1650,13 +1650,13 @@ static int update_symbol(const char *result, int x, int selected_inst) if(!pushed) { xctx->push_undo(); pushed=1;} if(!k) hash_names(-1, XINSERT); hash_names(*ii, XDELETE); - dbg(0, "update_symbol(): delete %s\n", xctx->inst[*ii].instname); + dbg(1, "update_symbol(): delete %s\n", xctx->inst[*ii].instname); my_strdup2(_ALLOC_ID_, &old_name, xctx->inst[*ii].instname); new_prop_string(*ii, ptr, /* sets also inst[].instname */ tclgetboolvar("disable_unique_names")); /* set new prop_ptr */ hash_names(*ii, XINSERT); update_attached_floaters(old_name, *ii, 1); - dbg(0, "update_symbol(): insert %s\n", xctx->inst[*ii].instname); + dbg(1, "update_symbol(): insert %s\n", xctx->inst[*ii].instname); my_free(_ALLOC_ID_, &old_name); } set_inst_flags(&xctx->inst[*ii]);