e17/everything: disable debug output

SVN revision: 57288
This commit is contained in:
Hannes Janetzek 2011-02-24 03:48:41 +00:00
parent a009acfb6c
commit 9020265aad
2 changed files with 3 additions and 3 deletions

View File

@ -386,8 +386,8 @@ EAPI E_Config_Dialog *evry_collection_conf_dialog(E_Container *con, const char *
EAPI extern E_Module_Api e_modapi; EAPI extern E_Module_Api e_modapi;
#define CHECK_REFS 0 //#define CHECK_REFS 1
#define CHECK_TIME 0 //#define CHECK_TIME 1
#ifdef CHECK_REFS #ifdef CHECK_REFS
extern Eina_List *_refd; extern Eina_List *_refd;

View File

@ -11,7 +11,7 @@
#define MATCH_LAG 0.15 #define MATCH_LAG 0.15
#define INITIAL_MATCH_LAG 0.3 #define INITIAL_MATCH_LAG 0.3
#if CHECK_TIME || CHECK_REFS #if defined (CHECK_TIME) || defined (CHECK_REFS)
#undef DBG #undef DBG
#define DBG(...) ERR(__VA_ARGS__) #define DBG(...) ERR(__VA_ARGS__)
#else #else