mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-07 18:37:55 +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)
|
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) {
|
foreach ($guards as $guard) {
|
||||||
// Log::debug(sprintf('Now in guard loop, guard is "%s"', $guard));
|
// Log::debug(sprintf('Now in guard loop, guard is "%s"', $guard));
|
||||||
|
|||||||
Reference in New Issue
Block a user