Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Remove some debugging output

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- e_apps.c    21 Apr 2005 07:18:49 -0000      1.36
+++ e_apps.c    27 Apr 2005 07:06:15 -0000      1.37
@@ -352,7 +352,7 @@
 {
    if (a->orig)
      {
-       printf("E_App: This is a copy: %s\n", a->path);
+       //printf("E_App: This is a copy: %s\n", a->path);
        while (a->instances)
          {
             Ecore_Exe *exe;
@@ -372,7 +372,7 @@
      }
    else
      {
-       printf("E_App: This is an original: %s\n", a->path);
+       //printf("E_App: This is an original: %s\n", a->path);
        while (a->instances)
          {
             Ecore_Exe *exe;
@@ -653,7 +653,7 @@
    Evas_List *l;
    
    _e_apps_callbacks_walking = 1;
-   printf("Change: %d %s\n", ch, a->path);
+   //printf("Change: %d %s\n", ch, a->path);
    for (l = _e_apps_change_callbacks; l; l = l->next)
      {
        E_App_Callback *cb;
@@ -718,7 +718,7 @@
        return;
      }
 
-   printf("Event: %d %s\n", event, path);
+   //printf("Event: %d %s\n", event, path);
 
    /* If this dir isn't scanned yet, no need to report changes! */
    if (!app->scanned)




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to