diff --git a/plugins/teamspeak/ts3v2_ b/plugins/teamspeak/ts3v2_ index 5157fab1..5c36eedd 100755 --- a/plugins/teamspeak/ts3v2_ +++ b/plugins/teamspeak/ts3v2_ @@ -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; } }