Skip to content

Commit

Permalink
Remove message
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu committed Jan 25, 2017
1 parent aef7802 commit e6cc4b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ app.use(hotMiddleware)
var staticPath = path.posix.join(config.dev.assetsPublicPath, config.dev.assetsSubDirectory)
app.use(staticPath, express.static('./static'))

var uri = 'https://localhost:' + port

devMiddleware.waitUntilValid(function () {
console.log('> Listening at ' + uri + '\n')
})

module.exports = app.listen(port, function (err) {
if (err) {
console.log(err)
Expand Down

0 comments on commit e6cc4b3

Please sign in to comment.