From ad3a770e214092959552c9a3a436bfed2f1e581e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4X2?= Date: Thu, 2 Mar 2017 10:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=AD=98=E5=82=A8=E9=A9=B1?= =?UTF-8?q?=E5=8A=A8=E7=9A=84=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Storage/Storage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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