Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm.c 


Log Message:
Remove useless printf.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -3 -r1.211 -r1.212
--- e_fm.c      5 Oct 2007 05:12:37 -0000       1.211
+++ e_fm.c      8 Oct 2007 17:10:18 -0000       1.212
@@ -2868,7 +2868,6 @@
        ici = l->data;
        if (!ici) continue;
        snprintf(buf, sizeof(buf), "%s/%s", realpath, ici->file);
-       printf("Cutting: %s\n", buf);
        sd->file_queue = evas_list_append(sd->file_queue, strdup(buf));
      }
 }



-------------------------------------------------------------------------
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