mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 12:39:22 +08:00
Removed log. CURA-2767
This commit is contained in:
parent
8ff233871f
commit
8c5d97f6a0
@ -294,8 +294,6 @@ Item
|
|||||||
property string color_override: "" // for manually setting values
|
property string color_override: "" // for manually setting values
|
||||||
property string color: // is evaluated automatically, but the first time is before extruderModel being filled
|
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);
|
var current_extruder = extruderModel.get(currentIndex);
|
||||||
color_override = "";
|
color_override = "";
|
||||||
if (current_extruder === undefined) {
|
if (current_extruder === undefined) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user