From: Daniel Kirschten Date: Mon, 13 May 2019 20:54:31 +0000 (+0200) Subject: Removed debug code X-Git-Url: https://mograsim.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2fed19adf0824a372e1e6cbdf648191f7adac4a3;p=Mograsim.git Removed debug code --- diff --git a/LogicUI/src/LogicUI.java b/LogicUI/src/LogicUI.java index 936066a0..3bce12d4 100644 --- a/LogicUI/src/LogicUI.java +++ b/LogicUI/src/LogicUI.java @@ -54,7 +54,6 @@ public class LogicUI new NotGate(1, f, g); new Merger(h, c, g); addComponent(new GUIMux(1, i, e, h, d), 10, 10); - addComponent(new GUIMux(1, a, new WireArray(10, 1), a, b, e, f), 100, 100); new Splitter(i, k, j); } private void addComponent(BasicGUIComponent component, double x, double y)