Skip to content

Commit

Permalink
remove redundant logger
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jul 3, 2024
1 parent 6c7e876 commit 6191f1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.testcontainers.containers.Network;

import java.sql.Connection;
Expand All @@ -47,8 +45,6 @@
/** Integration tests for OceanBase MySQL mode table source. */
public class OceanBaseMySQLModeITCase extends OceanBaseTestBase {

private static final Logger LOG = LoggerFactory.getLogger(OceanBaseMySQLModeITCase.class);

private final StreamExecutionEnvironment env =
StreamExecutionEnvironment.getExecutionEnvironment();
private final StreamTableEnvironment tEnv =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.nio.file.Path;
import java.sql.Connection;
Expand All @@ -47,8 +45,6 @@
/** End-to-end tests for oceanbase-cdc connector uber jar. */
public class OceanBaseE2eITCase extends FlinkContainerTestEnvironment {

private static final Logger LOG = LoggerFactory.getLogger(OceanBaseE2eITCase.class);

private static final String INTER_CONTAINER_OB_SERVER_ALIAS = "oceanbase";
private static final String INTER_CONTAINER_LOG_PROXY_ALIAS = "oblogproxy";

Expand Down

0 comments on commit 6191f1d

Please sign in to comment.