Skip to content

Commit

Permalink
Remove System.out.println()
Browse files Browse the repository at this point in the history
  • Loading branch information
klustria committed Mar 12, 2024
1 parent 0149132 commit abc804d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ void registerOciMetrics(@Observes @Priority(LIBRARY_BEFORE + 20) @Initialized(Ap
when(mockedMonitoringClient.getEndpoint()).thenReturn("http://www.DummyEndpoint.com");
doAnswer(invocationOnMock -> {
PostMetricDataRequest postMetricDataRequest = invocationOnMock.getArgument(0);
System.out.println("PostMetricDataRequest=" + postMetricDataRequest);
postMetricDataDetails = postMetricDataRequest.getPostMetricDataDetails();
testMetricCount = postMetricDataDetails.getMetricData().size();
// Give signal that metrics has been posted
Expand Down

0 comments on commit abc804d

Please sign in to comment.