somehow accidentally left this in

This commit is contained in:
AAGaming
2022-12-29 13:11:11 -05:00
parent 385552451b
commit 8810a014f3
-2
View File
@@ -23,7 +23,6 @@ class TabsHook extends Logger {
tabs: Tab[] = []; tabs: Tab[] = [];
private qAMRoot?: any; private qAMRoot?: any;
private qamPatch?: Patch; private qamPatch?: Patch;
private unsubscribeSecurity?: () => void;
constructor() { constructor() {
super('TabsHook'); super('TabsHook');
@@ -114,7 +113,6 @@ class TabsHook extends Logger {
deinit() { deinit() {
this.qamPatch?.unpatch(); this.qamPatch?.unpatch();
this.qAMRoot.return.alternate.type = this.qAMRoot.return.type; this.qAMRoot.return.alternate.type = this.qAMRoot.return.type;
this.unsubscribeSecurity?.();
} }
add(tab: Tab) { add(tab: Tab) {