From: Aaron Kennedy Date: Thu, 1 Dec 2011 13:39:59 +0000 (+0000) Subject: Remove debugging X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=507d24adb47a67d1e10e81f2362cb826caacf691;p=konrad%2Fqtdeclarative.git Remove debugging Change-Id: I64cc9fb96f5f456cb9b18ba5706a79bf7c6cde16 Reviewed-by: Aaron Kennedy --- diff --git a/tests/auto/declarative/qquickitem/tst_qquickitem.cpp b/tests/auto/declarative/qquickitem/tst_qquickitem.cpp index 01f9240..f866054 100644 --- a/tests/auto/declarative/qquickitem/tst_qquickitem.cpp +++ b/tests/auto/declarative/qquickitem/tst_qquickitem.cpp @@ -812,7 +812,6 @@ void tst_qquickitem::mouseGrab() QTest::mousePress(canvas, Qt::LeftButton, 0, QPoint(50,50)); QTest::qWait(100); - qDebug() << canvas->mouseGrabberItem(); QVERIFY(canvas->mouseGrabberItem() == child1); QTest::qWait(100);