summaryrefslogtreecommitdiff
path: root/scripts/xmppdaemon.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-21 16:34:26 -0800
committerBrion Vibber <brion@pobox.com>2010-01-21 16:34:26 -0800
commit0bb23e6fd724a12bba6766949cd3294b288d8a43 (patch)
tree9d67ac173b962bc0a97a53eb8b588ea8826c548d /scripts/xmppdaemon.php
parent4b0f953ccf7435d6ebe4a674953f62af36cc978b (diff)
drop debug line from xmppdaemon.php, we're done debugging that
Diffstat (limited to 'scripts/xmppdaemon.php')
-rwxr-xr-xscripts/xmppdaemon.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index 0c118c53d..cef9c4bd0 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -148,7 +148,6 @@ class XMPPDaemon extends Daemon
function handle_message(&$pl)
{
- $this->log(LOG_DEBUG, "Received message: " . str_replace("\n", " ", var_export($pl, true)));
$from = jabber_normalize_jid($pl['from']);
if ($pl['type'] != 'chat') {