Skip to content

Commit c02aedd

Browse files
committed
remove noise
1 parent a73582d commit c02aedd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openfeed/openfeed_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ def __notify_symbol_listeners(self, instrument, msg):
417417
if self.debug:
418418
print("Failed to notify `symbol` callback:", symbol_key, e)
419419
self.__callback(self.on_error, e)
420-
else:
421-
print("got a message but have no handlers", instrument, msg)
422420

423421
def __notify_exchange_listeners(self, exchange, msg):
424422
if exchange not in self.exchange_handlers:

0 commit comments

Comments
 (0)