Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb authored Nov 29, 2023
1 parent 179a650 commit ee2d9aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fork/module-to-cdn/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const fs = require('fs');
const path = require('path');
const https = require('https');

// const execa = require('execa');
const semver = require('semver');
const mkdirp = require('mkdirp');

Expand All @@ -15,8 +14,6 @@ import('execa').then(({default: execaModule}) => {
execa = execaModule;
});

// console.log(execa);

const CACHE_BASE_PATH = `${process.cwd()}/.test-cache`;

const CACHE_NPM_PATH = `${CACHE_BASE_PATH}/.npm-cache-info.json`;
Expand Down

0 comments on commit ee2d9aa

Please sign in to comment.