mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Removed log. CURA-2767
This commit is contained in:
parent
8ff233871f
commit
8c5d97f6a0
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue