diff --git a/server/index.js b/server/index.js index 98a3812..d288f51 100644 --- a/server/index.js +++ b/server/index.js @@ -34,7 +34,6 @@ const games = {} const wss = new WebSocketServer(config.ws); - const notify = (data) => { // TODO: throttle wss.notifyAll(data)