From dba0b2b2ae1fb460338f78e376b3fab89033604c Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Sat, 3 Dec 2016 13:53:52 +0100 Subject: [PATCH] remove console... --- bin/unleash.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/unleash.js b/bin/unleash.js index f0709cdf5f..753614cd5d 100755 --- a/bin/unleash.js +++ b/bin/unleash.js @@ -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); \ No newline at end of file