Skip to content

Commit d95b7d6

Browse files
committed
k
1 parent b75d4af commit d95b7d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/danswer/llm/answering/stream_processing/quotes_processing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def process_token(
231231

232232
model_previous = self.model_output
233233
self.model_output += token
234-
print("***", self.model_output)
235234
if not self.found_answer_start:
236235
m = answer_pattern.search(self.model_output)
237236
if m:

0 commit comments

Comments
 (0)