mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 17:09:05 +08:00
Remove XXX debug output
This commit is contained in:
parent
8289692160
commit
2576e3b00a
@ -115,7 +115,7 @@ sub BUILD {
|
||||
}
|
||||
EVT_TEXT($self->parent, $_, sub { $self->_on_change($opt_key, [ $x_field->GetValue, $y_field->GetValue ]) })
|
||||
for $x_field, $y_field;
|
||||
$self->_setters->{$opt_key} = sub {use XXX; ZZZ $_[0] if !defined $_[0][0];
|
||||
$self->_setters->{$opt_key} = sub {
|
||||
$x_field->SetValue($_[0][0]);
|
||||
$y_field->SetValue($_[0][1]);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user