REMOVE console.log from kill
This commit is contained in:
parent
a1b44aa8e8
commit
673db449ed
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user