1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Removes local NDEBUG.

This commit is contained in:
Thomas Harte 2019-09-18 21:35:26 -04:00
parent 128a1da626
commit f53411a319

View File

@ -8,7 +8,6 @@
#include "ncr5380.hpp"
#define NDEBUG
#include "../../Outputs/Log.hpp"
using namespace NCR::NCR5380;