diff --git a/Storage/Storage.cpp b/Storage/Storage.cpp index f93a24e5..fedbbc1c 100644 --- a/Storage/Storage.cpp +++ b/Storage/Storage.cpp @@ -1,7 +1,7 @@ #include "Storage.h" -#define STORAGE_DEBUG DEBUG -//#define STORAGE_DEBUG 0 +//#define STORAGE_DEBUG DEBUG +#define STORAGE_DEBUG 0 #if STORAGE_DEBUG #define st_printf debug_printf #else