Skip to content

Commit b302fa5

Browse files
committed
remove debugging
1 parent a156772 commit b302fa5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +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);
280-
System.err.println("secret length " + (accessKey != null ? accessKey.length() : -1));
281278
if (accessKey != null && !accessKey.isEmpty()) {
282279
reporter.report(accessKey, buildScanUrl, jobUrl);
283280
}

0 commit comments

Comments
 (0)