Skip to content
Snippets Groups Projects
Commit 3f1258e7 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Remove obsolete and now misleading comment

parent 7d530139
Branches
Tags
No related merge requests found
......@@ -415,7 +415,6 @@ public class ARSnovaSocketIOServer implements ARSnovaSocket, NovaEventVisitor {
}
public void reportActiveUserCountForSession(final String sessionKey) {
/* This check is needed as long as the HTTP polling solution is active simultaneously. */
final int count = userService.getUsersInSession(sessionKey).size();
broadcastInSession(sessionKey, "activeUserCountData", count);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment