Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored Oct 24, 2024
1 parent ca5d858 commit b943c06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Hook/ActionShopAccountUnlinkAfter.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public function execute(array $params = [])
$oauth2Client = $this->module->getService(Oauth2Client::class);
$oauth2Client->delete();

// /** @var ConfigurationRepository $configuration */
// $configuration = $this->module->getService(ConfigurationRepository::class);
// $configuration->updateLoginEnabled(false);

/** @var Firebase\ShopSession $shopSession */
$shopSession = $this->module->getService(Firebase\ShopSession::class);
$shopSession->cleanup();
Expand Down

0 comments on commit b943c06

Please sign in to comment.