Skip to content

Commit bbeced8

Browse files
committed
Remove forgotten console.log
1 parent 629ad91 commit bbeced8

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)