Skip to content

Commit

Permalink
fix: missing log remaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Jun 26, 2024
1 parent e650f5f commit 73dd99f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 73dd99f

Please sign in to comment.