Remove log

This commit is contained in:
James Cole 2020-12-17 06:31:32 +01:00
parent 013ebbf039
commit 2a3a89a6ed
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

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