2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Remove debug output from ts3v2

This commit is contained in:
Fabian Schlager 2014-02-06 16:32:29 +01:00
parent d41d39916b
commit 3be8fd69cc

View File

@ -54,7 +54,6 @@ if ($password ne "") {
my $response = $telnet->getline(Timeout=>1);
if ($response !~ "error id=0 msg=ok") {
$telnet->close;
print("Test: ".($response eq "error id=0 msg=ok"));
die "ServerQuery login failed: ".$response;
}
}