Skip to content

Commit 3acdc23

Browse files
committed
Remove prints
1 parent 24824fd commit 3acdc23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Core/Sources/ChatContextCollectors/ActiveDocumentChatContextCollector/ActiveDocumentChatContextCollector.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public final class ActiveDocumentChatContextCollector: ChatContextCollector {
6262
functions.append(MoveToCodeAroundLineFunction(contextCollector: self))
6363
}
6464

65-
print(extractSystemPrompt(context))
66-
6765
return .init(
6866
systemPrompt: extractSystemPrompt(context),
6967
functions: functions

0 commit comments

Comments
 (0)