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[] = [];
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) {