diff --git a/src/Request.php b/src/Request.php index b8a07b0..5c71a72 100644 --- a/src/Request.php +++ b/src/Request.php @@ -32,7 +32,6 @@ public static function fetchWithParams(string $url, array $params = null): mixed } $cacheKey = preg_replace("/[\{\}\(\)\/\\\@\:]/", '', $url); - var_dump($url); // fetch from the cache the response $response = TCGdex::$cache->get($cacheKey, null);