Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
djyau committed Oct 8, 2024
1 parent 685c3d6 commit 71fb476
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ public void testQueuedOnChannelServerStreamLatencies() {
@Test
public void testQueuedOnChannelUnaryLatencies() {

System.out.print("HELLO WORLD2");
stub.mutateRowCallable().call(RowMutation.create(TABLE, "a-key").setCell("f", "q", "v"));

MetricData clientLatency = getMetricData(metricReader, CLIENT_BLOCKING_LATENCIES_NAME);
Expand Down

0 comments on commit 71fb476

Please sign in to comment.