From dfe174f4e05e94660203122b51ab1301ed0e8eb2 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 8 Apr 2015 11:53:30 +0200 Subject: [PATCH] small changes --- mix/qml/StatusPane.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/mix/qml/StatusPane.qml b/mix/qml/StatusPane.qml index 187feea46..f69cef593 100644 --- a/mix/qml/StatusPane.qml +++ b/mix/qml/StatusPane.qml @@ -114,7 +114,6 @@ Rectangle { target: codeModel onCompilationComplete: { - console.log("compilation complete ..."); goToLine.visible = false; updateStatus(); }