Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 3, 2024
1 parent b1b86d5 commit 92c49b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/danswer/chat/process_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,6 @@ def stream_chat_message_objects(
img_generation_response = cast(
list[ImageGenerationResponse], packet.response
)
print(img_generation_response[0].__dict__)
print(img_generation_response)

file_ids = save_files_from_urls(
[img.url for img in img_generation_response]
Expand Down

0 comments on commit 92c49b5

Please sign in to comment.