mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed debug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user