From 2fed19adf0824a372e1e6cbdf648191f7adac4a3 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Mon, 13 May 2019 22:54:31 +0200 Subject: [PATCH] Removed debug code --- LogicUI/src/LogicUI.java | 1 - 1 file changed, 1 deletion(-) 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) -- 2.17.1