Remove annoying printf. If you are using this to debug something, please use

#if 0 around it.


SVN revision: 41422
This commit is contained in:
Christopher Michael 2009-07-18 21:10:27 +00:00
parent 4c843fd788
commit 72f10aab04
1 changed files with 0 additions and 1 deletions

View 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)
{