Skip to content

Commit

Permalink
fix: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 7, 2024
1 parent dd22eb4 commit 44e94e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions faststream/nats/broker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,6 @@ async def start(self) -> None:
assert self.stream, "Broker should be started already" # nosec B101
assert self._producer, "Broker should be started already" # nosec B101

from loguru import logger

logger.debug(self._stream_builder.objects)
for stream in filter(
lambda x: x.declare,
self._stream_builder.objects.values(),
Expand Down

0 comments on commit 44e94e0

Please sign in to comment.