Skip to content

Commit 9324e3d

Browse files
committed
chore: remove debug statement
1 parent 074e56c commit 9324e3d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/msgfmt/format_tool_call.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package msgfmt
22

33
import (
4-
"fmt"
54
"strings"
65
)
76

@@ -67,9 +66,6 @@ func removeClaudeReportTaskToolCall(msg string) (string, []string) {
6766
// If the toolCall is malformed, we don't want to log it
6867
if !toolCallIdxs[i].malformed {
6968
toolCallMessages = append(toolCallMessages, strings.Join(lines[start:end], "\n"))
70-
} else {
71-
// [DEBUG] print, will remove before merge
72-
fmt.Printf("Found malformed toolCall with newLineAfterToolCall, start: %d, end: %d, toolcall: %s", start, end, strings.Join(lines[start:end], "\n"))
7369
}
7470

7571
lines = append(lines[:start], lines[end:]...)

0 commit comments

Comments
 (0)