From e145ea63d72ed152b582b909b96f4cd7559d8f6a Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 24 Apr 2010 01:22:35 -0300 Subject: [PATCH] Removed MODE_VERBOSE in beta version. --- src/core/core.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index 7a3ff4059..54427e23d 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -45,11 +45,7 @@ * * In beta releases it starts with MODE_VERBOSE value. */ -#ifdef ASE_BETA - int ase_mode = MODE_VERBOSE; -#else - int ase_mode = 0; -#endif +int ase_mode = 0; #ifdef NEED_LOG /* log file info */