Skip to content

Commit 16ccc94

Browse files
committed
rm print
1 parent df1b26c commit 16ccc94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/danswer/server/query_and_chat/chat_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def stream_generator() -> Generator[str, None, None]:
332332
),
333333
is_connected=is_disconnected_func,
334334
):
335-
print(packet)
336335
yield json.dumps(packet) if isinstance(packet, dict) else packet
337336

338337
except Exception as e:

0 commit comments

Comments
 (0)