final versions of Route caching functions
[spider.git] / perl / Spot.pm
index 852a3bda04d9145cb406c799bdc78c3d4b264650..89fdec5b8460dc7b1465d382f144d73b54a51600 100644 (file)
@@ -238,10 +238,9 @@ sub prepare
        # remove ssids and /xxx if present on spotter
        $out[4] =~ s/-\d+$//o;
 
-       # remove leading and trailing spaces
+       # remove leading and trailing spaces from comment field
        $out[3] = unpad($out[3]);
        
-       
        # add the 'dxcc' country on the end for both spotted and spotter, then the cluster call
        my @spd = Prefix::cty_data($out[1]);
        push @out, $spd[0];