made some info log messages to debug messages

This commit is contained in:
hneemann 2021-06-10 14:54:52 +02:00
parent 4cb3cc36f8
commit fbfea942c6

View File

@ -125,7 +125,7 @@ public class ResolveGenerics {
}
private CircuitHolder createResolvedCircuit(Args args) throws NodeException, ElementNotFoundException {
LOGGER.info("create concrete circuit based on " + circuit.getOrigin() + " width: " + args);
LOGGER.debug("create concrete circuit based on " + circuit.getOrigin() + " width: " + args);
final Circuit c = circuit.createDeepCopy();
ArrayList<VisualElement> newComponents = new ArrayList<>();
ArrayList<Wire> newWires = new ArrayList<>();