mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
Remove debugging statements
This commit is contained in:
parent
1697cb24a6
commit
e71472e5d7
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ sub new {
|
|||
$self = [ @_ ];
|
||||
}
|
||||
|
||||
bless $self, $class;use XXX; ZZZ $self if !defined $self->[0];
|
||||
bless $self, $class;
|
||||
bless $_, 'Slic3r::Point' for @$self;
|
||||
$self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue