Skip to content

Commit

Permalink
remove extraneous log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kafonek committed Oct 4, 2023
1 parent 5832c2b commit a8567ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origami/clients/rtu.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ async def _on_auth(self, msg: AuthenticateReply):
await self.send_file_subscribe()
except Exception:
logger.exception("Error sending file subscribe request")
logger.info("done handling default auth, calling custom on_auth")

await self.on_auth(msg)

async def send_file_subscribe(self):
Expand Down

0 comments on commit a8567ae

Please sign in to comment.