diff --git a/app/Support/Authentication/RemoteUserGuard.php b/app/Support/Authentication/RemoteUserGuard.php index 4d4867b813..42432e25ba 100644 --- a/app/Support/Authentication/RemoteUserGuard.php +++ b/app/Support/Authentication/RemoteUserGuard.php @@ -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; }