Removed test logging
This commit is contained in:
@@ -500,7 +500,7 @@ class Delivery extends BaseObject
|
|||||||
if (!in_array($cmd, [self::POST, self::POKE])) {
|
if (!in_array($cmd, [self::POST, self::POKE])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Logger::info('Blubb', $target_item);
|
|
||||||
if ($target_item['verb'] != Activity::POST) {
|
if ($target_item['verb'] != Activity::POST) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user