Remove left-over debug output.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Wed, 31 Jul 2013 09:19:11 +0000 (11:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 31 Jul 2013 09:26:18 +0000 (11:26 +0200)
Task-number: QTBUG-32139

Change-Id: I52843ca104e422fb02112949191dbcd4642905a5
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
examples/multimedia/video/qmlvideo/qml/qmlvideo/FileBrowser.qml

index cb668b8..b3e82c8 100644 (file)
@@ -101,7 +101,6 @@ Rectangle {
                 Rectangle {
                     id: wrapper
                     function launch() {
-                        console.debug("launch " + filePath);
                         var path = "file://";
                         if (filePath.length > 2 && filePath[1] === ':') // Windows drive logic, see QUrl::fromLocalFile()
                             path += '/';