Remove printf

SVN revision: 15198
This commit is contained in:
sebastid 2005-06-08 13:10:52 +00:00 committed by sebastid
parent 2a9741297a
commit 1ab3a5cacf
1 changed files with 0 additions and 1 deletions

View File

@ -2915,7 +2915,6 @@ _e_border_cb_mouse_move(void *data, int type, void *event)
Ecore_X_Event_Mouse_Move *ev;
E_Border *bd;
printf("move: %d %d\n", ev->root.x, ev->root.y);
ev = event;
bd = data;
if (ev->event_win == bd->win)