Skip to content

Commit

Permalink
Merge pull request #1052 from microsoft/trask/remove-system-out-println
Browse files Browse the repository at this point in the history
Remove System.out.println()
  • Loading branch information
trask authored Sep 5, 2019
2 parents 777af75 + 037a023 commit 16e102c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ static List<InstrumentationDescriptor> getInstrumentationDescriptors(AgentConfig

InstrumentationDescriptor instrumentationDescriptor = buildCustomInstrumentation(agentConfiguration);
if (instrumentationDescriptor != null) {
System.out.println(instrumentationDescriptor);
instrumentationDescriptors.add(instrumentationDescriptor);
}
return instrumentationDescriptors;
Expand Down

0 comments on commit 16e102c

Please sign in to comment.