Skip to content

Commit

Permalink
[SFU] Remove commented out logging statements
Browse files Browse the repository at this point in the history
Co-authored-by: Dat Quach <quachtridat@yahoo.com.vn>
  • Loading branch information
Injabie3 and quachtridat committed May 19, 2024
1 parent 3fcf61e commit ff1bcb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sfu/roads.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ async def cam(self, ctx: Context, cam: str = ""):
await ctx.send(
":warning: This webcam is currently unavailable! Please try again later."
)
# self.logger.error(exc_info=True)
return
except requests.adapters.ConnectionError:
await ctx.send(":warning: Unable to retrieve webcam image! Please try again later.")
Expand Down

0 comments on commit ff1bcb9

Please sign in to comment.