Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sonntagd committed Feb 12, 2017
1 parent 4188707 commit 5d7883f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/XML/Printer/ESCPOS/Tags.pm
Original file line number Diff line number Diff line change
Expand Up @@ -286,19 +286,6 @@ sub _lf {
}
$self->{printer}->lf() for 1..$lines;
return 1;

# my ( $self, $params ) = @_;
# return $self->{caller}->_set_error_message("wrong QR code tag usage") if @$params != 3;
# return $self->{caller}->_set_error_message("wrong QR code tag usage") if ref $params->[0] ne 'HASH';
# return $self->{caller}->_set_error_message("wrong QR code tag usage") if $params->[1] != 0;
# my $options = $params->[0];
# if (%$options) {
# $self->{printer}->qr( $params->[2], $options->{ecc} || 'L', $options->{version} || 5, $options->{moduleSize} || 3 );
# }
# else {
# $self->{printer}->qr( $params->[2] );
# }
# return 1;
}

=head2 _tab
Expand Down

0 comments on commit 5d7883f

Please sign in to comment.