removed overseen log messages

This commit is contained in:
hneemann 2024-05-09 13:53:42 +02:00
parent 2d2e82d4fe
commit a98244ea43

View File

@ -9,8 +9,6 @@ import de.neemann.digital.core.Observer;
import de.neemann.digital.core.*;
import de.neemann.digital.draw.elements.PinException;
import de.neemann.digital.lang.Lang;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
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.
*/
public class PathLenAnalyser {
private static final Logger LOGGER = LoggerFactory.getLogger(PathLenAnalyser.class);
private int maxDepth;
/**