From f53411a319cf172f9498f609518ed4f4260f15a8 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 18 Sep 2019 21:35:26 -0400 Subject: [PATCH] Removes local NDEBUG. --- Components/5380/ncr5380.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Components/5380/ncr5380.cpp b/Components/5380/ncr5380.cpp index 7669b24d9..abdc4db68 100644 --- a/Components/5380/ncr5380.cpp +++ b/Components/5380/ncr5380.cpp @@ -8,7 +8,6 @@ #include "ncr5380.hpp" -#define NDEBUG #include "../../Outputs/Log.hpp" using namespace NCR::NCR5380;