1. Do some range checking for spots and WWV in the future (got a WWV for Oct
[spider.git] / cmd / set / location.pl
index a1df5ede26e1d0b556df716756d046c5754d8779..64f6eb890a5d91ecf4b2976fe8d4767a3a370788 100644 (file)
@@ -20,7 +20,6 @@ return (1, $self->msg('loce2', $line)) unless $line =~ /\d+ \d+ [NnSs] \d+ \d+ [
 $user = DXUser->get_current($call);
 if ($user) {
        $line = uc $line;
-       $user->qra($line);
        my ($lat, $long) = DXBearing::stoll($line);
        $user->lat($lat);
        $user->long($long);