diff --git a/src/Appwrite/Utopia/Request.php b/src/Appwrite/Utopia/Request.php index 696cccc9e3..eceecff7db 100644 --- a/src/Appwrite/Utopia/Request.php +++ b/src/Appwrite/Utopia/Request.php @@ -222,7 +222,6 @@ class Request extends UtopiaRequest */ public function getUserAgent(string $default = ''): string { - var_dump('ua:', $this->getHeader('user-agent', '$default')); return $this->getHeader('user-agent', $default); }