*Remove unneeded queues

This commit is contained in:
Derrick Hammer 2023-03-23 13:02:46 -04:00
parent 09825ea3c7
commit 71e41ae003
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ import { Client, factory } from "@lumeweb/libkernel-universal";
const RPC_MODULE = "fAAgZfXMqN3YOn0-b9DICt8OPsOFeWw3YKY2p84aytzBww";
export class RpcNetwork extends Client {
private _actionQueue: [string, any][] = [];
private _addQueue: string[] = [];
private _removeQueue: string[] = [];
private _def: boolean;
constructor(def: boolean = true) {