remove debug msg in translate3()
This commit is contained in:
parent
12d3c9c903
commit
8b0fccea18
|
|
@ -5585,7 +5585,6 @@ const char *translate3(const char *s, int eat_escapes, const char *s1,
|
||||||
* can be calculated */
|
* can be calculated */
|
||||||
dbg(1, "translate3(): result=|%s|\n", result);
|
dbg(1, "translate3(): result=|%s|\n", result);
|
||||||
my_strdup2(_ALLOC_ID_, translated_tok, tcl_hook2(result));
|
my_strdup2(_ALLOC_ID_, translated_tok, tcl_hook2(result));
|
||||||
dbg(0, "translate3: %p\n", translated_tok);
|
|
||||||
xctx->tok_size = found_value;
|
xctx->tok_size = found_value;
|
||||||
if(result) my_free(_ALLOC_ID_, &result);
|
if(result) my_free(_ALLOC_ID_, &result);
|
||||||
return *translated_tok;
|
return *translated_tok;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue