]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Less raw database dumps in debug please
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 2 May 2017 07:18:43 +0000 (09:18 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 2 May 2017 07:18:43 +0000 (09:18 +0200)
plugins/OStatus/actions/pushhub.php

index 2b06e920a4d1eabe3b021e18b837a82c7244f47b..8cc9cbc302c5a17e5d8da68d4af26bcbbe4b9248 100644 (file)
@@ -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