Skip to content

Commit

Permalink
[hotfix] Remove unused ExecutionVertex.LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jan 27, 2022
1 parent da29180 commit f7cf926
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
import org.apache.flink.runtime.taskmanager.TaskManagerLocation;
import org.apache.flink.runtime.util.EvictingBoundedList;

import org.slf4j.Logger;

import javax.annotation.Nullable;

import java.util.ArrayList;
Expand All @@ -62,8 +60,6 @@
public class ExecutionVertex
implements AccessExecutionVertex, Archiveable<ArchivedExecutionVertex> {

private static final Logger LOG = DefaultExecutionGraph.LOG;

public static final int MAX_DISTINCT_LOCATIONS_TO_CONSIDER = 8;

// --------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f7cf926

Please sign in to comment.