REMOVE console.log from kill

This commit is contained in:
unpregnant 2017-02-17 21:59:45 +01:00
parent a1b44aa8e8
commit 673db449ed

View File

@ -29,7 +29,7 @@ const Server = {
*/
kill: function() {
request.get('http://localhost:' + Config.port + '/kill')
.catch(error => console.log(error));
.catch();
},
/**
* sets route of express app