From 8655e4bef48af783326f9e8a766a7d9d4044e4ba Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 26 Sep 2011 22:58:47 +0200 Subject: Remove debug output Change-Id: I1d1884956a02bc58e760f0893ec4762e3c2f3f4d Reviewed-on: http://codereview.qt-project.org/5560 Reviewed-by: Lars Knoll Reviewed-by: Qt Sanity Bot --- src/plugins/platforms/xcb/qxcbdrag.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/platforms/xcb/qxcbdrag.cpp') 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(event); - qDebug() << "handleStatus" << lastEvent->window << lastEvent->data.data32[0]; xcb_generic_event_t *nextEvent; ClientMessageScanner scanner(atom(QXcbAtom::XdndStatus)); while ((nextEvent = connection()->checkEvent(scanner))) { -- cgit v1.2.3