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) {