From: Mikael Nordfeldth Date: Tue, 2 May 2017 07:18:43 +0000 (+0200) Subject: Less raw database dumps in debug please X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e8eb9f96143585e3ef97a9c24a8559b42f8113aa;p=quix0rs-gnu-social.git Less raw database dumps in debug please --- diff --git a/plugins/OStatus/actions/pushhub.php b/plugins/OStatus/actions/pushhub.php index 2b06e920a4..8cc9cbc302 100644 --- a/plugins/OStatus/actions/pushhub.php +++ b/plugins/OStatus/actions/pushhub.php @@ -121,7 +121,6 @@ class PushHubAction extends Action $sub->setLease(intval($lease)); } } - common_debug('WebSub hub request is now:'._ve($sub)); $verify = $this->arg('hub.verify'); // TODO: deprecated $token = $this->arg('hub.verify_token', null); // TODO: deprecated