Remove default debugging from the Intel8080 test.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2019-03-03 10:45:19 +00:00
parent 3d2b861b56
commit 2652463106

View File

@ -13,7 +13,6 @@ namespace Intel8080.Test
#if DEBUG
configuration.DebugMode = true;
#endif
configuration.DebugMode = true;
using (var harness = new TestHarness(configuration))
{