diff --git a/lib/Controller/RemoteActivity.php b/lib/Controller/RemoteActivity.php index e171ce692..f55af5f0d 100644 --- a/lib/Controller/RemoteActivity.php +++ b/lib/Controller/RemoteActivity.php @@ -89,7 +89,6 @@ public function receiveActivity($token, array $to, array $actor, $type, $updated } $time = $date->getTimestamp(); - \OC::$server->getLogger()->warning(json_encode(func_get_args())); if (!isset($to['type'], $to['name']) || $to['type'] !== 'Person') { return new DataResponse([], Http::STATUS_BAD_REQUEST); }