Skip to content

Commit 60aa3ff

Browse files
committed
removing extra logging statement
1 parent 3f30d3c commit 60aa3ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/http-server

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ function listen(port) {
169169
ssl ? (colors.yellow(' through') + colors.cyan(' https')) : ''
170170
].join(''));
171171

172-
logger.info('before settings')
173-
174172
logger.info([colors.yellow('\nhttp-server settings: '),
175173
([colors.yellow('CORS: '), argv.cors ? colors.cyan(argv.cors) : colors.red('disabled')].join('')),
176174
([colors.yellow('Cache: '), argv.c ? (argv.c === '-1' ? colors.red('disabled') : colors.cyan(argv.c + ' seconds')) : colors.cyan('3600 seconds')].join('')),

0 commit comments

Comments
 (0)