mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 00:15:01 -04:00
removed overseen log messages
This commit is contained in:
parent
2d2e82d4fe
commit
a98244ea43
@ -9,8 +9,6 @@ import de.neemann.digital.core.Observer;
|
|||||||
import de.neemann.digital.core.*;
|
import de.neemann.digital.core.*;
|
||||||
import de.neemann.digital.draw.elements.PinException;
|
import de.neemann.digital.draw.elements.PinException;
|
||||||
import de.neemann.digital.lang.Lang;
|
import de.neemann.digital.lang.Lang;
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
@ -19,7 +17,6 @@ import java.util.*;
|
|||||||
* This means the max number of gates between on of the inputs and one of the outputs.
|
* This means the max number of gates between on of the inputs and one of the outputs.
|
||||||
*/
|
*/
|
||||||
public class PathLenAnalyser {
|
public class PathLenAnalyser {
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(PathLenAnalyser.class);
|
|
||||||
private int maxDepth;
|
private int maxDepth;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user