Remove debug code from QGridLayout autotest

Any test diagnostics that are useful should be part of the regular test
output, as the CI system cannot switch on commented-out code when there
is a test failure.

Change-Id: Ifd2bbd17677e16ddb0f1846287d722cdae76d984
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Jason McDonald 2011-10-31 17:32:21 +10:00 committed by Qt by Nokia
parent 3e035a5edb
commit b2ed01891d
1 changed files with 0 additions and 4 deletions

View File

@ -1588,10 +1588,6 @@ void tst_QGridLayout::spacerWithSpacing()
populate(&layout, 1, j);
populate(&layout, 2, k);
QCOMPARE(window.sizeHint().height(), expectedHeight[ii]);
#if 0
const char T[] = "ws-";
qWarning("%c%c%c: %.3d", i[T], j[T], k[T], window.sizeHint().height());
#endif
++ii;
}
}