1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

remove console...

This commit is contained in:
ivaosthu 2016-12-03 13:53:52 +01:00
parent 7189b0ba33
commit dba0b2b2ae

View File

@ -23,9 +23,6 @@ const argv = require('yargs')
})
.argv
console.log(argv.databaseUrl);
serverImpl.start(argv)
.then(conf => console.log(`Unleash started on http://localhost:${conf.app.get('port')}`))
.catch(console.err);
.catch(console.err);