Skip to content

Commit

Permalink
remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
linyanghao committed Sep 12, 2023
1 parent f25896c commit b017a5c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
import org.apache.iceberg.relocated.com.google.common.collect.Maps;
import org.apache.iceberg.relocated.com.google.common.collect.Sets;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* A Flink Catalog implementation that wraps an Iceberg {@link Catalog}.
Expand All @@ -93,8 +91,6 @@
* independent of the partition of Flink.
*/
public class FlinkCatalog extends AbstractCatalog {

private static final Logger LOG = LoggerFactory.getLogger(FlinkCatalog.class);
private final CatalogLoader catalogLoader;
private final Catalog icebergCatalog;
private final Namespace baseNamespace;
Expand Down

0 comments on commit b017a5c

Please sign in to comment.