remove now-obsolete sleep

This commit is contained in:
2016-02-23 16:47:28 -05:00
parent 5afffbdac3
commit d023c856ab

View File

@ -7,8 +7,6 @@ use File::Temp qw/tempfile/;
my $force = shift; # a "force" flag, if the update is big my $force = shift; # a "force" flag, if the update is big
sleep 30; # So the master can populate new zones first
my $ddns = Martnet::DDNS->new(); my $ddns = Martnet::DDNS->new();
my @vh = $ddns->get(); my @vh = $ddns->get();