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:
committed by
The Qt Project
parent
de9092389f
commit
2838a99c5a
@@ -101,7 +101,6 @@ Rectangle {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
id: wrapper
|
id: wrapper
|
||||||
function launch() {
|
function launch() {
|
||||||
console.debug("launch " + filePath);
|
|
||||||
var path = "file://";
|
var path = "file://";
|
||||||
if (filePath.length > 2 && filePath[1] === ':') // Windows drive logic, see QUrl::fromLocalFile()
|
if (filePath.length > 2 && filePath[1] === ':') // Windows drive logic, see QUrl::fromLocalFile()
|
||||||
path += '/';
|
path += '/';
|
||||||
|
|||||||
Reference in New Issue
Block a user