Skip to content

Commit

Permalink
Merge pull request #4725 from kevin-bates/cleanup-debug
Browse files Browse the repository at this point in the history
Remove verbose debug statement in gateway mode
  • Loading branch information
minrk authored Jun 27, 2019
2 parents 4311e10 + 7e50cdc commit 7223fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebook/gateway/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def open(self, kernel_id, *args, **kwargs):

def on_message(self, message):
"""Forward message to gateway web socket handler."""
self.log.debug("Sending message to gateway: {}".format(message))
self.gateway.on_message(message)

def write_message(self, message, binary=False):
Expand Down

0 comments on commit 7223fdf

Please sign in to comment.