remove useless debug log
authorCharles Yin <charles.yin@nokia.com>
Wed, 7 Sep 2011 06:47:00 +0000 (16:47 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 7 Sep 2011 06:48:02 +0000 (08:48 +0200)
Change-Id: I715135c54db97df38bdd7915a01efbb3596d549a
Reviewed-on: http://codereview.qt.nokia.com/4313
Reviewed-by: Charles Yin <charles.yin@nokia.com>
src/imports/testlib/TestCase.qml

index 6da66b2..ed8bf55 100644 (file)
@@ -145,7 +145,6 @@ Item {
             if ("mapFromItem" in o && "mapToItem" in o) {
                 return "declarativeitem";  // @todo improve detection of declarative items
             } else if ("x" in o && "y" in o && "z" in o) {
-                console.log("typeof debug:" + o);
                 return "vector3d"; // Qt3D vector
             }
             return "object";
@@ -693,4 +692,4 @@ Item {
         if (when && !completed && !running)
             qtest_run()
     }
-}
+}
\ No newline at end of file