From: Brion Vibber Date: Fri, 22 Jan 2010 00:34:26 +0000 (-0800) Subject: drop debug line from xmppdaemon.php, we're done debugging that X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bb23e6fd724a12bba6766949cd3294b288d8a43;p=quix0rs-gnu-social.git drop debug line from xmppdaemon.php, we're done debugging that --- diff --git a/scripts/xmppdaemon.php b/scripts/xmppdaemon.php index 0c118c53d6..cef9c4bd07 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') {