summaryrefslogtreecommitdiff
path: root/helpfuncs.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-05 08:24:51 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-05 08:25:06 +0300
commitd0722c6f98aa4755f271aefdd8af1cca28fb6f35 (patch)
tree828b4d466711cdadc2b1cd6bbc6ec9e6c4c1c6d3 /helpfuncs.go
parent685738a5a4f7488a0f1b87d360c71912aa575d65 (diff)
Fix: add regen param for f2
Diffstat (limited to 'helpfuncs.go')
-rw-r--r--helpfuncs.go1
1 files changed, 0 insertions, 1 deletions
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)
}