remove forgotten dev

This commit is contained in:
Grant 2024-05-26 15:02:47 -06:00
parent b6d9cfaffe
commit 4f15c4e82a
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class Network extends EventEmitter<INetworkEvents> {
{
autoConnect: false,
withCredentials: true,
transports: ["polling"],
}
);
private online_count = 0;