Skip to content

Commit

Permalink
Remove a stray dump
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed May 12, 2024
1 parent 775da11 commit 314310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/ReleaseInsights/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static function getFile(string $url): string
// We don't want to make external requests in Unit Tests
// @codeCoverageIgnoreStart
$client = new Client();
Utils::dump($url);

// We know that some queries fail for hg.mozilla.org but we deal with that in templates
// We ignore warnings for 404 errors as we don't want to spam Sentry
$response = $client->request('GET', $url, ['http_errors' => false]);
Expand Down

0 comments on commit 314310a

Please sign in to comment.