From bab0f062f7c22cb9c074ac94ab25cb46854b23f9 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 25 Sep 2019 18:46:18 +0200 Subject: [PATCH] fix(core): update --- ts/smartuniverse.classes.universe.ts | 1 - 1 file changed, 1 deletion(-) 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();