diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-21 16:34:49 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-21 16:34:49 -0800 |
commit | d412df18f75f24562af32e5a207a97754de5b4b1 (patch) | |
tree | ea3d7e11ba6d093ab63d25797bab97accc21ca64 | |
parent | c9c7bb3234f8ede65c328ecf9f713b189a81faad (diff) | |
parent | 0bb23e6fd724a12bba6766949cd3294b288d8a43 (diff) |
Merge branch 'testing' into 0.9.x
-rwxr-xr-x | scripts/xmppdaemon.php | 1 |
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') { |