jabber.module:

- removed some dull watchdog()s
4.0.x
Dries Buytaert 2001-11-18 12:27:51 +00:00
parent cc4d9fbe3f
commit 738c13e688
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ function jabber_recv($session, $timout = 50) {
function jabber_auth($username, $password, $server) {
global $jabber;
watchdog("user", "starting jabber auth");
$session = fsockopen($server, 5222, &$errno, &$errstr, 5);
if ($session) {