Skip to content

Commit

Permalink
chore: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and christophertubbs committed Jan 30, 2024
1 parent 95564b7 commit 156c2f7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
from websockets import WebSocketServerProtocol
from .async_service import AsyncServiceInterface

#logging.basicConfig(
# level=logging.ERROR,
# format="%(asctime)s,%(msecs)d %(levelname)s: %(message)s",
# datefmt="%H:%M:%S"
#)


class WebSocketInterface(AsyncServiceInterface, ABC):
"""
Expand Down

0 comments on commit 156c2f7

Please sign in to comment.