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