mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Remove XXX debug output
This commit is contained in:
parent
8289692160
commit
2576e3b00a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ sub BUILD {
|
||||||
}
|
}
|
||||||
EVT_TEXT($self->parent, $_, sub { $self->_on_change($opt_key, [ $x_field->GetValue, $y_field->GetValue ]) })
|
EVT_TEXT($self->parent, $_, sub { $self->_on_change($opt_key, [ $x_field->GetValue, $y_field->GetValue ]) })
|
||||||
for $x_field, $y_field;
|
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]);
|
$x_field->SetValue($_[0][0]);
|
||||||
$y_field->SetValue($_[0][1]);
|
$y_field->SetValue($_[0][1]);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue