fix double startng the server

This commit is contained in:
Jonathan Rainville 2018-10-03 16:17:14 -04:00 committed by Pascal Precht
parent 324e148fa6
commit 58ce56684d
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ class WebServer {
this.server.port = 0;
done();
});
this.server.start((_err, message) => this.logger.info(message));
}
setServiceCheck() {