From a812e5b530f43da0878576cc3f11eadb28a46cab Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Thu, 20 Nov 2014 01:08:44 +0000 Subject: [PATCH] comment out debugging print()s --- megamap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/megamap b/megamap index c4d3977..41b8706 100755 --- a/megamap +++ b/megamap @@ -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{?}; @@ -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};