Skip to content

Commit b217c93

Browse files
Remove debug
1 parent a218ba0 commit b217c93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Translation/TranslatableMessage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public function __construct(
2828

2929
public function __toString(): string
3030
{
31-
throw new \LogicException('debug');
32-
3331
trigger_deprecation('symfony/translation', '7.4', 'Calling "%s()" is deprecated.', __METHOD__);
3432

3533
return $this->getMessage();

0 commit comments

Comments
 (0)