From d0722c6f98aa4755f271aefdd8af1cca28fb6f35 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 5 Feb 2026 08:24:51 +0300 Subject: Fix: add regen param for f2 --- helpfuncs.go | 1 - 1 file changed, 1 deletion(-) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 7033f04..dff53b9 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -91,7 +91,6 @@ func colorText() { for i, cb := range codeBlocks { text = strings.Replace(text, fmt.Sprintf(placeholder, i), cb, 1) } - logger.Debug("thinking debug", "blocks", thinkBlocks) for i, tb := range thinkBlocks { text = strings.Replace(text, fmt.Sprintf(placeholderThink, i), tb, 1) } -- cgit v1.2.3