setddns.pl: Switch off debuging output.

Switch off accidently enabled debugging output from commit
dc98645fd4
This commit is contained in:
Stefan Schantl
2014-05-15 18:47:13 +02:00
parent f353972f3f
commit 5a9f40613e

View File

@@ -51,7 +51,7 @@ if ($ip eq "unavailable") {
exit(0);
}
&General::log("Dynamic DNS public router IP is: $ip");
#&General::log("Dynamic DNS public router IP is: $ip");
if ($ARGV[0] eq '-f') {
unlink ($cachefile); # next regular calls will try again if this force update fails.