fix the small whoopsie in sh/dx
[spider.git] / cmd / show / dx.pl
index c9d85c4bef562da88c0de932a8dc5136b56cf712..c0c43fa35c50b866a5f865aeca22dfa7109f32cf 100644 (file)
@@ -94,7 +94,6 @@ sub handle
                        next;
                }
                if (grep {lc $f eq $_} qw(on freq call info spotter by call_dxcc by_dxcc bydxcc origin call_itu itu call_zone zone  byitu by_itu by_zone byzone call_state state bystate by_state ip) ) {
-                       $f =~ s/^by(\w)/by_$1/;
                        push @flist, $f;
                        push @flist, shift @list if @list;
                        dbg("sh/dx function $flist[-2] $flist[-1]") if isdbg('sh/dx');