Skip to content
Snippets Groups Projects
Commit bad5d2d9 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: composer no warn for empty registryUrls

parent 01f29ae4
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,6 @@ export async function extractPackageFile(content: string, fileName: string) {
}
if (registryUrls.length !== 0) {
res.registryUrls = registryUrls;
} else {
logger.warn({ fileName }, 'No registryUrls defined (packagist disabled)');
}
const deps = [];
const depTypes = ['require', 'require-dev'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment