From 2e535c69f140a449ef07005b165f7e1b6a8e0eb2 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 3 Jul 2020 21:25:44 +0300 Subject: [PATCH] Removed debug --- src/Appwrite/Utopia/Request.php | 1 - 1 file changed, 1 deletion(-) 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); }