Removed test logging

This commit is contained in:
Michael 2019-11-27 22:00:43 +00:00
parent a6a79d9c7e
commit 22b89df348
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class Delivery extends BaseObject
if (!in_array($cmd, [self::POST, self::POKE])) {
return;
}
Logger::info('Blubb', $target_item);
if ($target_item['verb'] != Activity::POST) {
return;
}