We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a156772 commit b302fa5Copy full SHA for b302fa5
test-report/src/main/java/io/opentelemetry/instrumentation/testreport/FlakyTestReporter.java
@@ -275,9 +275,6 @@ public static void main(String... args) throws Exception {
275
String accessKey = System.getProperty("googleSheetsAccessKey");
276
String buildScanUrl = System.getProperty("buildScanUrl");
277
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));
281
if (accessKey != null && !accessKey.isEmpty()) {
282
reporter.report(accessKey, buildScanUrl, jobUrl);
283
}
0 commit comments