Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored Jun 13, 2024
1 parent c3b3bd1 commit 338a050
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Account/Session/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public function resetRefreshTokenErrors()
*/
protected function setRefreshTokenErrors($refreshToken)
{
Logger::getInstance()->error('### ' . static::class . ' :: ' . __FUNCTION__);
$this->refreshTokenErrors[$refreshToken] = true;
}
}

0 comments on commit 338a050

Please sign in to comment.