mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Remove log
This commit is contained in:
parent
013ebbf039
commit
2a3a89a6ed
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user