diff options
-rw-r--r-- | xmppdaemon.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php index 4e4511259..ac3ab8aca 100644 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -48,7 +48,6 @@ class XMPPDaemon { function connect() { $this->conn = jabber_connect($this->resource, "Send me a message to post a notice"); - ); if (!$this->conn) { return false; } |