remove debug printf

SVN revision: 29504
This commit is contained in:
Carsten Haitzler 2007-04-14 06:51:43 +00:00
parent c09e4641cd
commit 98acf4c416
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ _ecore_evas_x_event_property_change(void *data __UNUSED__, int type __UNUSED__,
Ecore_Evas *ee;
Ecore_X_Event_Window_Property *e;
printf ("_ecore_evas_x_event_property_change\n");
// printf ("_ecore_evas_x_event_property_change\n");
e = event;
ee = _ecore_evas_x_match(e->win);
if ((!ee) || (ee->ignore_events)) return 1; /* pass on event */