Skip to content

Commit

Permalink
Remove System.out.println()
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 4, 2019
1 parent 777af75 commit 037a023
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 037a023

Please sign in to comment.