Skip to content

Commit

Permalink
fix: removed log statement to fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Nov 22, 2024
1 parent 03c276f commit 003eb31
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ public ConsumerStreamResponseObserver(
public void onEvent(
@NonNull final ObjectEvent<SubscribeStreamResponseUnparsed> event, final long l, final boolean b) {

LOGGER.log(
DEBUG,
"Received SubscribeStreamResponse event: "
+ event.get().blockItems().blockItems().size());

// Only send the response if the consumer has not cancelled
// or closed the stream.
if (isResponsePermitted.get()) {
Expand Down

0 comments on commit 003eb31

Please sign in to comment.