diff --git a/extension-control/update.ts b/extension-control/update.ts index dc1f1fc0e..6d37163a6 100644 --- a/extension-control/update.ts +++ b/extension-control/update.ts @@ -107,8 +107,6 @@ const totalNumberAfter = Object.keys(updatedData) console.log(`Total number of entries before: ${totalNumberBefore}`); console.log(`Total number of entries after: ${totalNumberAfter}`); -console.log(missingDependency); - console.log(diff(updatedData, localData)); Bun.write(localFile, JSON.stringify(updatedData, null, 4));