We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f30d3c commit 60aa3ffCopy full SHA for 60aa3ff
bin/http-server
@@ -169,8 +169,6 @@ function listen(port) {
169
ssl ? (colors.yellow(' through') + colors.cyan(' https')) : ''
170
].join(''));
171
172
- logger.info('before settings')
173
-
174
logger.info([colors.yellow('\nhttp-server settings: '),
175
([colors.yellow('CORS: '), argv.cors ? colors.cyan(argv.cors) : colors.red('disabled')].join('')),
176
([colors.yellow('Cache: '), argv.c ? (argv.c === '-1' ? colors.red('disabled') : colors.cyan(argv.c + ' seconds')) : colors.cyan('3600 seconds')].join('')),
0 commit comments