Removed MODE_VERBOSE in beta version.

This commit is contained in:
David Capello 2010-04-24 01:22:35 -03:00
parent f2265b2034
commit e145ea63d7

View File

@ -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 */