1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

remove console...

This commit is contained in:
ivaosthu 2016-12-03 13:53:52 +01:00 committed by Ivar Conradi Østhus
parent 7057d11553
commit fd05d63444

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);