Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Jan 4, 2025
1 parent 81e88de commit 3403a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook_intelligence/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def __init__(self, application, request, **kwargs):
self.chat_history = ChatHistory()

def open(self):
print("WebSocket opened")
pass

def on_message(self, message):
msg = json.loads(message)
Expand Down Expand Up @@ -337,7 +337,7 @@ def on_message(self, message):
responseEmitter.on_run_ui_command_response(msg['data'])

def on_close(self):
print("WebSocket closed")
pass

def initialize_extensions():
global extension_manager
Expand Down

0 comments on commit 3403a05

Please sign in to comment.