Skip to content

Commit b43c008

Browse files
committed
index.js: remove console.log
1 parent 688b2d6 commit b43c008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ throng(() => {
3838
});
3939
});
4040
const port = process.env.PORT || 3000;
41-
console.log('Starting up on port', port);
4241
server.listen(port);
4342
});

0 commit comments

Comments
 (0)