Remove debug

This commit is contained in:
James Cole
2023-01-11 17:28:09 +01:00
parent bb6cbe884e
commit e783b8dba4

View File

@@ -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));