Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: e_mod_main.h e_mod_main.c e_mod_config.c Log Message: Remove printfs and debugging output. =================================================================== RCS file: /cvs/e/e_modules/tclock/e_mod_main.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_mod_main.h 16 May 2006 05:21:46 -0000 1.9 +++ e_mod_main.h 16 May 2006 05:23:26 -0000 1.10 @@ -9,6 +9,8 @@ #define TIME_BUF 1024 #define FORMAT_BUF_SIZE 1024 #define TCLOCK_DEBUG(X) (printf("tclock_debug: %s\n",X)) +#undef TCLOCK_DEBUG +#define TCLOCK_DEBUG(X) typedef struct _Config { =================================================================== RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_mod_main.c 16 May 2006 05:21:46 -0000 1.16 +++ e_mod_main.c 16 May 2006 05:23:26 -0000 1.17 @@ -197,8 +197,6 @@ cl = cl->next; } - printf("Format: %s\n", face->conf->format); - /* to avoid the long display of "Starting the clock..." */ _tclock_cb_check(tclock); tclock->tclock_check_timer = ecore_timer_add(tclock->conf->poll_time, _tclock_cb_check, tclock); =================================================================== RCS file: /cvs/e/e_modules/tclock/e_mod_config.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- e_mod_config.c 16 May 2006 05:21:46 -0000 1.15 +++ e_mod_config.c 16 May 2006 05:23:26 -0000 1.16 @@ -35,7 +35,6 @@ static void _fill_data(TClock_Face *f, E_Config_Dialog_Data *cfdata) { - printf("Cfg Format: %s\n", f->conf->format); cfdata->resolution = f->conf->resolution; cfdata->format = strdup(f->conf->format); cfdata->userformat = f->conf->userformat; @@ -127,7 +126,6 @@ f->conf->format = (char *)evas_stringshare_add("%c"); e_config_save_queue(); - printf("Cfg Format: %s\n", f->conf->format); return 1; } ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs