Skip to content

Commit

Permalink
server: remove python log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 15, 2023
1 parent ba030ba commit e2e1c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/python/plugin_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ async def forkReadLoop():
try:
await readLoop()
except:
traceback.print_exc()
# traceback.print_exc()
print('fork read loop exited')
finally:
reader.executor.shutdown()
Expand Down

0 comments on commit e2e1c7b

Please sign in to comment.