Skip to content

Commit f7dac2c

Browse files
committed
remove debug
1 parent b21badf commit f7dac2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test-report/src/main/java/io/opentelemetry/instrumentation/testreport/FlakyTestReporter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ public static void main(String... args) throws Exception {
275275
String accessKey = System.getProperty("googleSheetsAccessKey");
276276
String buildScanUrl = System.getProperty("buildScanUrl");
277277
String jobUrl = System.getProperty("jobUrl");
278-
System.err.println("buildScanUrl " + buildScanUrl);
279-
System.err.println("jobUrl " + jobUrl);
280278
if (accessKey != null && !accessKey.isEmpty()) {
281279
reporter.report(accessKey, buildScanUrl, jobUrl);
282280
}

0 commit comments

Comments
 (0)