Skip to content

Commit

Permalink
[Java] Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 14, 2025
1 parent 19eb26d commit 0ef4138
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ private static void shouldEncodeMarkFileFromArchiveContext(final Archive.Context
.recordingEventsChannel("aeron:udp?endpoint=localhost:0")
.epochClock(epochClock);

System.out.println(ctx);

try (ArchiveMarkFile archiveMarkFile = new ArchiveMarkFile(ctx))
{
archiveMarkFile.signalReady();
Expand Down

0 comments on commit 0ef4138

Please sign in to comment.