Skip to content

Commit 47e6a5c

Browse files
committed
Removed print statement
1 parent 57e42f7 commit 47e6a5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,6 @@ private FSDataInputStream executeOpen(
19461946
statisticsContext.newInputStreamStatistics();
19471947
// this span is passed into the stream.
19481948
final AuditSpan auditSpan = entryPoint(INVOCATION_OPEN, path);
1949-
System.out.println("AuditSpan class: " + auditSpan.getClass().getName());
19501949
final S3AFileStatus fileStatus =
19511950
trackDuration(inputStreamStats,
19521951
ACTION_FILE_OPENED.getSymbol(), () ->

0 commit comments

Comments
 (0)