summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-07-31 11:19:11 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-31 11:26:18 +0200
commit2838a99c5abc78cb6ff1b4d4c5872ea4ddd5147e (patch)
tree20cb9565377e729e78289b7f98e6d33393d76ca2 /examples
parentde9092389f2e43370c2cfcd6759d08cc11da9a68 (diff)
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.qml1
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 += '/';