Removed debug code
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Mon, 13 May 2019 20:54:31 +0000 (22:54 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Mon, 13 May 2019 20:54:31 +0000 (22:54 +0200)
LogicUI/src/LogicUI.java

index 936066a..3bce12d 100644 (file)
@@ -54,7 +54,6 @@ public class LogicUI
                new NotGate(1, f, g);\r
                new Merger(h, c, g);\r
                addComponent(new GUIMux(1, i, e, h, d), 10, 10);\r
-               addComponent(new GUIMux(1, a, new WireArray(10, 1), a, b, e, f), 100, 100);\r
                new Splitter(i, k, j);\r
        }\r
        private void addComponent(BasicGUIComponent component, double x, double y)\r