Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit b6cec8d

Browse files
Froilan IrizarryFroilan Irizarry
authored andcommitted
Remove comments
1 parent 64750b6 commit b6cec8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/index/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class Indexer {
4646

4747
}
4848

49-
// If we are running this module directly from Node this code will execute.
50-
// This will index all items taking our default input.
5149
if (require.main === module) {
5250
const config = getConfig(process.env.NODE_ENV);
5351
let indexer = new Indexer(config);

0 commit comments

Comments
 (0)