Remove redundant debug code from QFileSystemWatcher test.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 3 Jan 2012 04:33:44 +0000 (14:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jan 2012 05:01:33 +0000 (06:01 +0100)
commit20f0196a2cddf6927c34d8e3a93ea7ca074c7a53
treea69ba5ef0022f36f1717e384a46ec1c2d6f4bdb7
parentedbd3d6a9430391843385b2466461426e1623e78
Remove redundant debug code from QFileSystemWatcher test.

There is no need to print out the name of the backend used by each test
run of a test function as every message output by the test function will
have the name of the current data row included.

Change-Id: Ie69881d2ecedce728ea67b5aae1c1196776552a5
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
tests/auto/corelib/io/qfilesystemwatcher/tst_qfilesystemwatcher.cpp