This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new a7523bfe chore: remove unused log info (#700)
a7523bfe is described below
commit a7523bfe76bb9806c536b5f69fd3a9df0f35dec4
Author: Junfan Zhang <[email protected]>
AuthorDate: Thu Mar 9 15:25:28 2023 +0800
chore: remove unused log info (#700)
### What changes were proposed in this pull request?
chore: remove unused log info
### Why are the changes needed?
chore: remove unused log info
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Don't need
---
.../src/main/java/org/apache/uniffle/common/compression/ZstdCodec.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/common/src/main/java/org/apache/uniffle/common/compression/ZstdCodec.java
b/common/src/main/java/org/apache/uniffle/common/compression/ZstdCodec.java
index 0c596af8..4381c661 100644
--- a/common/src/main/java/org/apache/uniffle/common/compression/ZstdCodec.java
+++ b/common/src/main/java/org/apache/uniffle/common/compression/ZstdCodec.java
@@ -32,7 +32,6 @@ public class ZstdCodec extends Codec {
public ZstdCodec(int level) {
this.compressionLevel = level;
- LOGGER.info("Initializing zstd compressor.");
}
@Override