mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-22 20:01:09 -04:00
made some info log messages to debug messages
This commit is contained in:
parent
4cb3cc36f8
commit
fbfea942c6
@ -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<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user