Skip to content

Commit 8afb3a4

Browse files
authored
Merge pull request #15 from geekcell/remove-console-log
Remove forgotten console.log
2 parents 302eff7 + bbeced8 commit 8afb3a4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -50355,7 +50355,6 @@ const main = async () => {
5035550355
arr[i] = null
5035650356
}
5035750357
}
50358-
console.log(JSON.stringify(arr))
5035950358
})
5036050359

5036150360
// Filter out any null values

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ const main = async () => {
6060
arr[i] = null
6161
}
6262
}
63-
console.log(JSON.stringify(arr))
6463
})
6564

6665
// Filter out any null values

0 commit comments

Comments
 (0)