mirror of
https://github.com/flarum/core.git
synced 2025-07-18 23:31:17 +02:00
chore: remove debug line that slipped in while rebasing a PR (#3580)
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
@@ -27,12 +27,6 @@ class SendNotificationWhenReplyIsPosted
|
|||||||
|
|
||||||
public function handle(Posted $event)
|
public function handle(Posted $event)
|
||||||
{
|
{
|
||||||
$discussion = $event->post->discussion;
|
|
||||||
|
|
||||||
/** @var \Psr\Log\LoggerInterface $log */
|
|
||||||
$log = resolve('log');
|
|
||||||
$log->info("running subscriptions send notification when reply is posted listener. last_post_number: $discussion->last_post_number");
|
|
||||||
|
|
||||||
$this->queue->push(
|
$this->queue->push(
|
||||||
new SendReplyNotification($event->post, $event->post->discussion->last_post_number)
|
new SendReplyNotification($event->post, $event->post->discussion->last_post_number)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user