Remove functions that VSCode added
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user