We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688b2d6 commit b43c008Copy full SHA for b43c008
index.js
@@ -38,6 +38,5 @@ throng(() => {
38
});
39
40
const port = process.env.PORT || 3000;
41
- console.log('Starting up on port', port);
42
server.listen(port);
43
0 commit comments