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 57e42f7 commit 47e6a5cCopy full SHA for 47e6a5c
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
@@ -1946,7 +1946,6 @@ private FSDataInputStream executeOpen(
1946
statisticsContext.newInputStreamStatistics();
1947
// this span is passed into the stream.
1948
final AuditSpan auditSpan = entryPoint(INVOCATION_OPEN, path);
1949
- System.out.println("AuditSpan class: " + auditSpan.getClass().getName());
1950
final S3AFileStatus fileStatus =
1951
trackDuration(inputStreamStats,
1952
ACTION_FILE_OPENED.getSymbol(), () ->
0 commit comments