mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Remove debug
This commit is contained in:
@@ -118,7 +118,7 @@ class Authenticate
|
||||
|
||||
return $this->auth->authenticate(); // @phpstan-ignore-line (thinks function returns void)
|
||||
}
|
||||
Log::debug('Guard array is not empty.');
|
||||
// Log::debug('Guard array is not empty.');
|
||||
|
||||
foreach ($guards as $guard) {
|
||||
// Log::debug(sprintf('Now in guard loop, guard is "%s"', $guard));
|
||||
|
||||
Reference in New Issue
Block a user