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 b21badf commit f7dac2cCopy full SHA for f7dac2c
test-report/src/main/java/io/opentelemetry/instrumentation/testreport/FlakyTestReporter.java
@@ -275,8 +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
if (accessKey != null && !accessKey.isEmpty()) {
281
reporter.report(accessKey, buildScanUrl, jobUrl);
282
}
0 commit comments