Skip to content

Commit

Permalink
remove noise
Browse files Browse the repository at this point in the history
  • Loading branch information
mvberg committed Aug 11, 2021
1 parent a73582d commit c02aedd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openfeed/openfeed_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@ def __notify_symbol_listeners(self, instrument, msg):
if self.debug:
print("Failed to notify `symbol` callback:", symbol_key, e)
self.__callback(self.on_error, e)
else:
print("got a message but have no handlers", instrument, msg)

def __notify_exchange_listeners(self, exchange, msg):
if exchange not in self.exchange_handlers:
Expand Down

0 comments on commit c02aedd

Please sign in to comment.