mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove debug
This commit is contained in:
parent
bb6cbe884e
commit
e783b8dba4
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user