Remove debug output
authorLars Knoll <lars.knoll@nokia.com>
Mon, 26 Sep 2011 20:58:47 +0000 (22:58 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 28 Sep 2011 01:17:16 +0000 (03:17 +0200)
Change-Id: I1d1884956a02bc58e760f0893ec4762e3c2f3f4d
Reviewed-on: http://codereview.qt-project.org/5560
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
src/plugins/platforms/xcb/qxcbdrag.cpp

index 12fb8bd..c15bbee 100644 (file)
@@ -877,7 +877,6 @@ void QXcbDrag::handleStatus(const xcb_client_message_event_t *event, bool passiv
         return;
 
     xcb_client_message_event_t *lastEvent = const_cast<xcb_client_message_event_t *>(event);
-    qDebug() << "handleStatus" << lastEvent->window << lastEvent->data.data32[0];
     xcb_generic_event_t *nextEvent;
     ClientMessageScanner scanner(atom(QXcbAtom::XdndStatus));
     while ((nextEvent = connection()->checkEvent(scanner))) {