Skip to content

Commit 07862eb

Browse files
author
Gilles De Waele
committed
Cleanup comment
1 parent b0d8aa4 commit 07862eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ Server.prototype._onDirectoryStatsStart = function (error, stats) {
172172
if (!stats.isDirectory()) this._directory = '.'
173173
}
174174
this._server.listen(this._port)
175-
console.log('DIR', this._directory)
176175
console.info('http://localhost' + (this._port === 80 ? '' : ':' + this._port))
177176
}
178177

0 commit comments

Comments
 (0)