Skip to content

Commit

Permalink
comment out debugging print()s
Browse files Browse the repository at this point in the history
  • Loading branch information
chicks-net committed Nov 20, 2014
1 parent ffff03c commit a812e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megamap
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ foreach my $line (@megalines) {
$ls_out = `egrep '($linux)' /tmp/ls.out`;
}
chomp($ls_out);
print "$linux -> $ls_out\n";
## print "$linux -> $ls_out\n";

if ( !length $ls_out ) {
$slot_map{$slot}->{dev} = q{?};
Expand All @@ -76,7 +76,7 @@ foreach my $line (@megalines) {
}
}

#print Dumper(\%slot_map);
## print Dumper(\%slot_map);

foreach my $slot ( sort { $a <=> $b } keys %slot_map ) {
my $dev = $slot_map{$slot}->{dev};
Expand Down

0 comments on commit a812e5b

Please sign in to comment.