Removed test logging
This commit is contained in:
parent
a6a79d9c7e
commit
22b89df348
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue