From 507d24adb47a67d1e10e81f2362cb826caacf691 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 1 Dec 2011 13:39:59 +0000 Subject: [PATCH] Remove debugging Change-Id: I64cc9fb96f5f456cb9b18ba5706a79bf7c6cde16 Reviewed-by: Aaron Kennedy --- .../auto/declarative/qquickitem/tst_qquickitem.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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); -- 1.7.2.5