Skip to content

Commit

Permalink
Remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Jan 28, 2025
1 parent e352daa commit b47a03c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glue/core/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ def broadcast(self, message):
else:
logging.getLogger(__name__).info("Broadcasting %s", message)
for subscriber, handler in self._find_handlers(message):
if isinstance(message, SubsetCreateMessage):
print(f"Calling handler: {handler}")
handler(message)

def __getstate__(self):
Expand Down

0 comments on commit b47a03c

Please sign in to comment.