Remove functions that VSCode added

This commit is contained in:
2025-05-19 01:38:40 -07:00
parent 338266a3c6
commit d86519cf6b
3 changed files with 1 additions and 17 deletions

View File

@@ -453,7 +453,7 @@ class PeerConnection {
private webRTCSuperlog = false;
private dataChannelSuperlog = true;
messageSuperlog: boolean = true;
rpcSuperlog: boolean = false;
rpcSuperlog: boolean = true;
pendingRPCs: Map<
string,
{ resolve: Function; reject: Function; functionName: string }

View File

@@ -2104,14 +2104,6 @@ namespace App {
CONNECT,
};
export function announceUser_rpc_response(sendingPeerID: string, userIDs: string[]) {
throw new Error("Function not implemented.");
}
export function announceUser_rpc_response(sendingPeerID: string, userIDs: string[]) {
throw new Error("Function not implemented.");
}
// export function connect() {
// throw new Error("Function not implemented.");
// }