removed extranious group from dx command
authorminima <minima>
Thu, 24 Feb 2005 13:06:06 +0000 (13:06 +0000)
committerminima <minima>
Thu, 24 Feb 2005 13:06:06 +0000 (13:06 +0000)
cmd/dx.pl

index 9a9aff7108a2c58b0b9f079702d4650effd5b982..7ab6cce2e4d27ae2422cced80993092381f497d1 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -105,7 +105,7 @@ return (1, @out) unless $valid;
 # Store it here (but only if it isn't baddx)
 my $t = (int ($main::systime/60)) * 60;
 my @spot = Spot::prepare($freq, $spotted, $t, $line, $spotter, $main::mycall);
-my $thing = Thingy::Dx->new(origin=>$main::mycall, group=>'DX', user=>$spotter);
+my $thing = Thingy::Dx->new(user=>$spotter);
 $thing->from_DXProt(spotdata=>\@spot);
 
 if ($DXProt::baddx->in($spotted) || $freq =~ /^69/ || $localonly) {