diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-12-14 08:43:55 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-12-14 08:43:55 (GMT) |
commit | 591f45ea74562d603e4e1266f492f9ba8d5fe36e (patch) | |
tree | 7efed4652b740be2c9db3091a417b2d6600a512f /src/declarative/qml/qmlcompiler.cpp | |
parent | 2490fc9bc599f0127a682ab9cce52637efa94d40 (diff) | |
download | Qt-591f45ea74562d603e4e1266f492f9ba8d5fe36e.zip Qt-591f45ea74562d603e4e1266f492f9ba8d5fe36e.tar.gz Qt-591f45ea74562d603e4e1266f492f9ba8d5fe36e.tar.bz2 |
Remove left over debugging output
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r-- | src/declarative/qml/qmlcompiler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp index 34608d6..53ea18e 100644 --- a/src/declarative/qml/qmlcompiler.cpp +++ b/src/declarative/qml/qmlcompiler.cpp @@ -2567,7 +2567,6 @@ bool QmlCompiler::completeComponentBuild() // Pre-rewrite the expression QString expression = binding.expression.asScript(); - qWarning() << "Unoptimized" << expression; // ### Optimize QmlRewrite::SharedBindingTester sharableTest; |