mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
chore: remove console.log
This commit is contained in:

committed by
Nathan Walker

parent
877c513a1e
commit
58b44ff10c
@ -3,7 +3,6 @@ import path from 'path';
|
||||
|
||||
export function getAllDependencies(): string[] {
|
||||
const packageJSON = getPackageJson();
|
||||
console.log(packageJSON);
|
||||
|
||||
return [
|
||||
...Object.keys(packageJSON.dependencies ?? {}),
|
||||
|
Reference in New Issue
Block a user