X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Fprefix.pl;h=310ee6b858650972a2a2841c32fe52ab033d6232;hb=ce0803e2110199eca1ad15cd6f66abde58cb949b;hp=9273243504e0a7b6c73b782f68addfae4546c004;hpb=bdfc958f3d0fa912d20a020ac1a6cd2c79a22729;p=spider.git diff --git a/cmd/show/prefix.pl b/cmd/show/prefix.pl index 92732435..310ee6b8 100644 --- a/cmd/show/prefix.pl +++ b/cmd/show/prefix.pl @@ -10,10 +10,10 @@ my @list = split /\s+/, $line; # generate a list of callsigns my $l; my @out; -print "line: $line\n"; +#print "line: $line\n"; foreach $l (@list) { my @ans = Prefix::extract($l); - print "ans:", @ans, "\n"; + #print "ans:", @ans, "\n"; next if !@ans; my $pre = shift @ans; my $a;