Enlightenment CVS committal

Author  : davemds
Project : e_modules
Module  : penguins

Dir     : e_modules/penguins


Modified Files:
        e_mod_main.c 


Log Message:
Comment-out  debug code

===================================================================
RCS file: /cvs/e/e_modules/penguins/e_mod_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_mod_main.c        13 Nov 2007 15:57:57 -0000      1.13
+++ e_mod_main.c        13 Nov 2007 16:03:00 -0000      1.14
@@ -854,7 +854,7 @@
 _cb_custom_end (void *data, Evas_Object *o, const char *emi, const char *src)
 {
    Penguin* tux = data;
-   printf("PENGUINS: Custom action end.\n");
+   //printf("PENGUINS: Custom action end.\n");
    if (tux->r_count > 0)
    {
       if (tux->reverse)
@@ -881,8 +881,8 @@
       return;
    
    ran = random() % (tux->pop->custom_num);
-   ran=2;  //!!!!
-   printf("START CUSTOM NUM %d RAN %d\n",tux->pop->custom_num, ran);
+   //ran=2;  //!!!!
+   //printf("START CUSTOM NUM %d RAN %d\n",tux->pop->custom_num, ran);
    
    tux->custom = evas_list_nth(tux->pop->customs, ran);
    if (!tux->custom)
@@ -906,7 +906,7 @@
       
    
    
-   printf("START Custom Action n %d (%s) repeat: %d\n", ran, 
tux->custom->left_program_name, tux->r_count);
+   //printf("START Custom Action n %d (%s) repeat: %d\n", ran, 
tux->custom->left_program_name, tux->r_count);
    
    edje_object_signal_callback_add(tux->obj,"custom_done","edje", 
_cb_custom_end, tux);
    



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to