Skip to content

Commit

Permalink
chore: remove print debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish Chandrashekar committed Nov 7, 2022
1 parent ebd3a11 commit dfc97d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jina/serve/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,6 @@ async def task_wrapper():
connection_list=connections,
)
if error:
print(f'--->returning error: {type(error)}')
return error

return asyncio.create_task(task_wrapper())
Expand Down

0 comments on commit dfc97d7

Please sign in to comment.