Remove left-over debug output.

Task-number: QTBUG-32139

Change-Id: I52843ca104e422fb02112949191dbcd4642905a5
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Friedemann Kleint
2013-07-31 11:19:11 +02:00
committed by The Qt Project
parent de9092389f
commit 2838a99c5a

View 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 += '/';