Skip to content

Commit

Permalink
Remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyEckstein committed Nov 17, 2021
1 parent 8c8ed33 commit 30149df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ function removeLockedDependencies(deps) {
*/
async function verifyDeps({ autoUpgrade = false, dir = '', logger = console } = {}) {
const { dependencies = {}, devDependencies = {} } = require(path.join(dir, 'package.json'));
// console.warn('-->', dependencies, devDependencies);
logger.info(blue('Verifying dependencies…\n'));

const pkgs = await Promise.all([
Expand Down

0 comments on commit 30149df

Please sign in to comment.