Skip to content

Commit 67bd69c

Browse files
whoops
1 parent 1bfbbcc commit 67bd69c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Api/PostAttributes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ public function __construct(BestAnswerRepository $bestAnswerRepository)
2929

3030
public function __invoke(PostSerializer $serializer, Post $post, array $attributes): array
3131
{
32-
resolve('log')->info($this->bestAnswerRepository->canSelectPostAsBestAnswer($serializer->getActor(), $post));
33-
3432
$attributes['canSelectAsBestAnswer'] = $this->bestAnswerRepository->canSelectPostAsBestAnswer($serializer->getActor(), $post);
3533

3634
return $attributes;

0 commit comments

Comments
 (0)