From 8b0fccea189f5a24e8a5cdb96cd955b00e7c4b6e Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 10 Aug 2026 01:03:00 +0200 Subject: [PATCH] remove debug msg in translate3() --- src/token.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/token.c b/src/token.c index 7f0bb312..24f309e4 100644 --- a/src/token.c +++ b/src/token.c @@ -5585,7 +5585,6 @@ const char *translate3(const char *s, int eat_escapes, const char *s1, * can be calculated */ dbg(1, "translate3(): result=|%s|\n", result); my_strdup2(_ALLOC_ID_, translated_tok, tcl_hook2(result)); - dbg(0, "translate3: %p\n", translated_tok); xctx->tok_size = found_value; if(result) my_free(_ALLOC_ID_, &result); return *translated_tok;