Skip to content

Commit

Permalink
fix: remove debug code...
Browse files Browse the repository at this point in the history
Refs: RW-1127
  • Loading branch information
orakili committed Jan 8, 2025
1 parent e8dfb22 commit dfe7486
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ public function loadConfiguration(): array {
// Retrieve the provider UUID from the state.
$configuration['provider_uuid'] = $this->state->get($key . '.provider_uuid', '');

print_r($configuration);

return $configuration;
}

Expand Down

0 comments on commit dfe7486

Please sign in to comment.