From 64dad35026841e45c848f8957bc92fedefa25ce7 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 3 Sep 2019 22:40:32 -0400 Subject: [PATCH] Decreases logging, at least temporarily. --- Components/5380/ncr5380.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Components/5380/ncr5380.cpp b/Components/5380/ncr5380.cpp index 46ed3388f..96ef8f9af 100644 --- a/Components/5380/ncr5380.cpp +++ b/Components/5380/ncr5380.cpp @@ -8,6 +8,7 @@ #include "ncr5380.hpp" +#define NDEBUG #include "../../Outputs/Log.hpp" using namespace NCR::NCR5380;