mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
remove console...
This commit is contained in:
parent
7189b0ba33
commit
dba0b2b2ae
@ -23,9 +23,6 @@ const argv = require('yargs')
|
|||||||
})
|
})
|
||||||
.argv
|
.argv
|
||||||
|
|
||||||
console.log(argv.databaseUrl);
|
|
||||||
|
|
||||||
serverImpl.start(argv)
|
serverImpl.start(argv)
|
||||||
.then(conf => console.log(`Unleash started on http://localhost:${conf.app.get('port')}`))
|
.then(conf => console.log(`Unleash started on http://localhost:${conf.app.get('port')}`))
|
||||||
.catch(console.err);
|
.catch(console.err);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user