From 438233eadb7f86a33953c21a8d6d6488ec9c2d66 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 97a5c75b..070f3431 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