diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-07-31 11:19:11 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-31 11:26:18 +0200 |
commit | 2838a99c5abc78cb6ff1b4d4c5872ea4ddd5147e (patch) | |
tree | 20cb9565377e729e78289b7f98e6d33393d76ca2 /examples | |
parent | de9092389f2e43370c2cfcd6759d08cc11da9a68 (diff) | |
download | qtmultimedia-2838a99c5abc78cb6ff1b4d4c5872ea4ddd5147e.tar.gz |
Remove left-over debug output.
Task-number: QTBUG-32139
Change-Id: I52843ca104e422fb02112949191dbcd4642905a5
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/multimedia/video/qmlvideo/qml/qmlvideo/FileBrowser.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/FileBrowser.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/FileBrowser.qml index cb668b8e9..b3e82c8d2 100644 --- a/examples/multimedia/video/qmlvideo/qml/qmlvideo/FileBrowser.qml +++ b/examples/multimedia/video/qmlvideo/qml/qmlvideo/FileBrowser.qml @@ -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 += '/'; |