Skip to content

Commit 2d5f5ec

Browse files
committed
Remove forgotten console.log messages
1 parent f916af9 commit 2d5f5ec

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

dev/cleanup.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ const rootDir = cwd();
2525
return filesAndFolders;
2626
});
2727

28-
console.log(repoContent);
29-
3028
const filterContentToGetTheOnesGeneratedByCLI = repoContent.reduce((acc, curr) => {
3129
if (!repo.originalContentList.includes(curr)) {
3230
acc.push(curr);
3331
}
3432
return acc;
3533
}, []);
3634

37-
console.log(filterContentToGetTheOnesGeneratedByCLI);
38-
3935
// delete folders generated by CLI
4036
try {
4137
filterContentToGetTheOnesGeneratedByCLI.map(folder => {
@@ -46,8 +42,6 @@ try {
4642
console.log(err);
4743
}
4844

49-
console.log(repoContent);
50-
5145
// ------------------------------------
5246
// TODO: Write another script at the end of this file
5347
// that updates this repoContent list back when done.

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)