From 8c5d97f6a05510a1ea5f7f42287fe9fd907f517c Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Thu, 1 Dec 2016 14:52:40 +0100 Subject: [PATCH] Removed log. CURA-2767 --- resources/qml/SidebarSimple.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 8b42b2bc91..cc46292fe4 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -294,8 +294,6 @@ Item property string color_override: "" // for manually setting values property string color: // is evaluated automatically, but the first time is before extruderModel being filled { - CuraApplication.log(" normal color evaluation"); - var current_extruder = extruderModel.get(currentIndex); color_override = ""; if (current_extruder === undefined) {