Removed log. CURA-2767

This commit is contained in:
Jack Ha 2016-12-01 14:52:40 +01:00
parent 8ff233871f
commit 8c5d97f6a0

View File

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