Ivan Asmer 6 years ago
parent
commit
98f65fbaaf
1 changed files with 3 additions and 7 deletions
  1. 3 7
      public/index.js

+ 3 - 7
public/index.js

@@ -72,13 +72,9 @@ let RPC = {
         chat.appendChild(msg2dom(data))
     },
 
-    getMessages({offset=0}){
-        return messages.slice(offset)
-    },
-
-    getUserCount(){
-        return userCount;
-    }
+    //getUserCount(){
+        //return userCount;
+    //}
 }