Remove printf
authorSebastian Dransfeld <sd@tango.flipp.net>
Sun, 15 Jun 2008 08:44:32 +0000 (08:44 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Sun, 15 Jun 2008 08:44:32 +0000 (08:44 +0000)
SVN revision: 34828

src/bin/e_dnd.c

index 48ab99c..7c61b6d 100644 (file)
@@ -606,7 +606,6 @@ _e_drag_win_matches(E_Drop_Handler *h, Ecore_X_Window win)
             break;
          }
      }
-   printf("0x%x == 0x%x\n", win, hwin);
    if (win == hwin) return 1;
    return 0;
 }
@@ -1185,7 +1184,6 @@ _e_dnd_cb_event_dnd_position(void *data, int type, void *event)
      }
    else
      {
-       printf("Position over xdnd: 0x%x, 0x%x\n", ev->win, ev->source);
        _e_drag_update(ev->win, ev->position.x, ev->position.y);
        ecore_x_dnd_send_status(1, 0, rect, ECORE_X_DND_ACTION_PRIVATE);
      }