diff --git a/tabby-serial/src/components/serialTab.component.ts b/tabby-serial/src/components/serialTab.component.ts index acac9b4a..7ae355a3 100644 --- a/tabby-serial/src/components/serialTab.component.ts +++ b/tabby-serial/src/components/serialTab.component.ts @@ -53,11 +53,6 @@ export class SerialTabComponent extends ConnectableTerminalTabComponent super.ngOnInit() } - protected onFrontendReady (): void { - this.initializeSession() - super.onFrontendReady() - } - async setupOneSession (injector: Injector, profile: SSHProfile, multiplex = true): Promise { let session = await this.sshMultiplexer.getSession(profile) if (!multiplex || !session || !profile.options.reuseSession) { diff --git a/tabby-telnet/src/components/telnetTab.component.ts b/tabby-telnet/src/components/telnetTab.component.ts index e1af86ff..38bf5782 100644 --- a/tabby-telnet/src/components/telnetTab.component.ts +++ b/tabby-telnet/src/components/telnetTab.component.ts @@ -37,11 +37,6 @@ export class TelnetTabComponent extends ConnectableTerminalTabComponent