Skip to content

Commit adc6f6b

Browse files
committed
Remove comment
1 parent ac13cbf commit adc6f6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/Service/_logger/logger.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ final class {{ class }} implements LoggerInterface {
3434
* {@inheritdoc}
3535
*/
3636
public function log($level, string|\Stringable $message, array $context = []): void {
37-
// Cast message to string
3837
$message = (string) $message;
3938
// Convert PSR3-style messages to \Drupal\Component\Render\FormattableMarkup
4039
// style, so they can be translated too.

0 commit comments

Comments
 (0)