We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a337b7 commit e8aedf3Copy full SHA for e8aedf3
src/intersect_sdk/service.py
@@ -567,10 +567,6 @@ def register_event(
567
hierarchy = service.hierarchy_string('.')
568
self._svc2svc_events[hierarchy][event_name].add(response_handler)
569
570
- logger.info(
571
- '----------- PREPARE_SUBSCRIBE_TO ----------------',
572
- f'{service.hierarchy_string("/")}/events',
573
- )
574
self._control_plane_manager.add_subscription_channel(
575
f'{service.hierarchy_string("/")}/events',
576
{self._svc2svc_event_callback},
0 commit comments