diff --git a/ts/smartuniverse.classes.universe.ts b/ts/smartuniverse.classes.universe.ts index 246ea60..5d30c7a 100644 --- a/ts/smartuniverse.classes.universe.ts +++ b/ts/smartuniverse.classes.universe.ts @@ -178,7 +178,6 @@ export class Universe { * stop everything */ public async stopServer() { - console.log('hi'); await this.smartsocket.stop(); if (!this.options.externalServer) { await this.smartexpressServer.stop();