Skip to content

Commit

Permalink
chore: remove debug line that slipped in while rebasing a PR (#3580)
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
  • Loading branch information
SychO9 authored Aug 4, 2022
1 parent 7173181 commit f073c22
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ public function __construct(Queue $queue)

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(
new SendReplyNotification($event->post, $event->post->discussion->last_post_number)
);
Expand Down

0 comments on commit f073c22

Please sign in to comment.