Remove annoying printf. If you are using this to debug something, please use
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 18 Jul 2009 21:10:27 +0000 (21:10 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 18 Jul 2009 21:10:27 +0000 (21:10 +0000)
#if 0 around it.

SVN revision: 41422

src/bin/e_manager.c

index 9b57fd98dba70d9256f346696db3806eb9a69859..ce8de39bf7b0c41eec4efdd97c22f5d34c7048b6 100644 (file)
@@ -164,7 +164,6 @@ e_manager_manage_windows(E_Manager *man)
 
    /* a manager is designated for each root. lets get all the windows in 
       the managers root */
-   printf("--------BD DO!!!\n");
    windows = ecore_x_window_children_get(man->root, &wnum);
    if (windows)
      {