chore: remove console.log

This commit is contained in:
Igor Randjelovic
2020-11-22 13:19:00 +01:00
committed by Nathan Walker
parent 877c513a1e
commit 58b44ff10c

View File

@ -3,7 +3,6 @@ import path from 'path';
export function getAllDependencies(): string[] {
const packageJSON = getPackageJson();
console.log(packageJSON);
return [
...Object.keys(packageJSON.dependencies ?? {}),