drop debug line from xmppdaemon.php, we're done debugging that

This commit is contained in:
Brion Vibber 2010-01-21 16:34:26 -08:00
parent 4b0f953ccf
commit 0bb23e6fd7

View File

@ -148,7 +148,6 @@ class XMPPDaemon extends Daemon
function handle_message(&$pl) function handle_message(&$pl)
{ {
$this->log(LOG_DEBUG, "Received message: " . str_replace("\n", " ", var_export($pl, true)));
$from = jabber_normalize_jid($pl['from']); $from = jabber_normalize_jid($pl['from']);
if ($pl['type'] != 'chat') { if ($pl['type'] != 'chat') {