Skip to content

Commit

Permalink
removed annoy debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jianingy committed Mar 20, 2013
1 parent a4bd74e commit c81b577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/lib/Seco/Multipkg.pm
Expand Up @@ -971,8 +971,6 @@ sub makepackage {
unless ( -d $self->installdir . "/DEBIAN" );

# rename x86_64 to debian's amd64
use Data::Dumper;
print Dumper($self->info->data);
if ($self->info->data->{arch} eq 'x86_64') {
$self->info->data->{arch} = 'amd64';
}
Expand Down

0 comments on commit c81b577

Please sign in to comment.