From c328cb1e854ec7890dca3839f24c2f428073f420 Mon Sep 17 00:00:00 2001 From: Orkun Tokdemir Date: Mon, 3 Jun 2024 12:46:42 +0200 Subject: [PATCH] Remove unused variables --- src/connectionInfo/connection.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/connectionInfo/connection.ts b/src/connectionInfo/connection.ts index 7e8a8bb2..9e4a57ee 100644 --- a/src/connectionInfo/connection.ts +++ b/src/connectionInfo/connection.ts @@ -27,8 +27,6 @@ export interface ConnectionInfo { * is also needed from the `PreviewManager`. */ export class Connection extends Disposable { - public httpServerBase: string | undefined; - public wsServerBase: string | undefined; public wsPath = ''; private readonly _onConnected = this._register(