From 265246310602f5849ec5d10d5be444acd9f95fb3 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 3 Mar 2019 10:45:19 +0000 Subject: [PATCH] Remove default debugging from the Intel8080 test. Signed-off-by: Adrian Conlon --- Intel8080/Intel8080.Test/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Intel8080/Intel8080.Test/Program.cs b/Intel8080/Intel8080.Test/Program.cs index 0dc7edf..1cff8a4 100644 --- a/Intel8080/Intel8080.Test/Program.cs +++ b/Intel8080/Intel8080.Test/Program.cs @@ -13,7 +13,6 @@ namespace Intel8080.Test #if DEBUG configuration.DebugMode = true; #endif - configuration.DebugMode = true; using (var harness = new TestHarness(configuration)) {