Skip to content

Commit

Permalink
Update update.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Jun 2, 2024
1 parent 754fea9 commit 7d3778c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extension-control/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));

0 comments on commit 7d3778c

Please sign in to comment.