Remove debugging statements

This commit is contained in:
Alessandro Ranellucci 2012-07-20 14:41:27 +02:00
parent 1697cb24a6
commit e71472e5d7
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}