Skip to content

Commit

Permalink
UHF-9986: Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Apr 19, 2024
1 parent 67681e7 commit 63f0d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EventSubscriber/EnvironmentResponseSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function __construct(
public function onResponse(ResponseEvent $event) : void {
$response = $event->getResponse();

\Drupal::logger('test')->error('dadjsadsadsaa');
try {
$environment = $this->environmentResolver
->getActiveEnvironment();
Expand Down

0 comments on commit 63f0d49

Please sign in to comment.