mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
Remove log
This commit is contained in:
@@ -100,7 +100,6 @@ class RemoteUserGuard implements Guard
|
||||
public function check(): bool
|
||||
{
|
||||
$result = !is_null($this->user());
|
||||
Log::debug(sprintf('Now in check(). Will return %s', var_export($result, true)));
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user