1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-11 08:30:55 +00:00

Silence debugging information.

This commit is contained in:
Thomas Harte 2022-03-13 12:48:05 -04:00
parent f2ce646d8d
commit e698cbf092

View File

@ -8,6 +8,10 @@
#include "Chipset.hpp"
#ifndef NDEBUG
#define NDEBUG
#endif
#define LOG_PREFIX "[Disk] "
#include "../../Outputs/Log.hpp"