summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbdrag.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-26 22:58:47 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-28 03:17:16 +0200
commit8655e4bef48af783326f9e8a766a7d9d4044e4ba (patch)
tree9416c4efe531b8a84bcfe079b73d245ca4cdbbf2 /src/plugins/platforms/xcb/qxcbdrag.cpp
parent187184b6c7483c50525fcb3d7e0b3e7371e20b18 (diff)
Remove debug output
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>
Diffstat (limited to 'src/plugins/platforms/xcb/qxcbdrag.cpp')
-rw-r--r--src/plugins/platforms/xcb/qxcbdrag.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/xcb/qxcbdrag.cpp b/src/plugins/platforms/xcb/qxcbdrag.cpp
index 12fb8bd857..c15bbeed83 100644
--- a/src/plugins/platforms/xcb/qxcbdrag.cpp
+++ b/src/plugins/platforms/xcb/qxcbdrag.cpp
@@ -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))) {