From 8810a014f3e1783c9b6c1ac2d1b83a0f5c38af10 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 29 Dec 2022 13:11:11 -0500 Subject: somehow accidentally left this in --- frontend/src/tabs-hook.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend') diff --git a/frontend/src/tabs-hook.tsx b/frontend/src/tabs-hook.tsx index a518c4c9..00adf206 100644 --- a/frontend/src/tabs-hook.tsx +++ b/frontend/src/tabs-hook.tsx @@ -23,7 +23,6 @@ class TabsHook extends Logger { tabs: Tab[] = []; private qAMRoot?: any; private qamPatch?: Patch; - private unsubscribeSecurity?: () => void; constructor() { super('TabsHook'); @@ -114,7 +113,6 @@ class TabsHook extends Logger { deinit() { this.qamPatch?.unpatch(); this.qAMRoot.return.alternate.type = this.qAMRoot.return.type; - this.unsubscribeSecurity?.(); } add(tab: Tab) { -- cgit v1.2.3