Removed debugging line
This commit is contained in:
parent
98e40d3fe4
commit
ed1c6d1aaa
1 changed files with 0 additions and 1 deletions
|
@ -497,7 +497,6 @@ sub config {
|
|||
my $value = $filament_config->get($opt_key);
|
||||
next unless ref $value eq 'ARRAY';
|
||||
$value->[$i] = $config->get($opt_key)->[0];
|
||||
# use XXX; YYY $value if $opt_key eq 'first_layer_temperature';
|
||||
$filament_config->set($opt_key, $value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue