From 5ab064ff64b10eb7c88bf64d33ef6221195f9a76 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 25 Sep 2017 14:31:21 +0200 Subject: [PATCH] remove outdate comment --- lib/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index 7938dcb3..63e81c63 100644 --- a/lib/index.js +++ b/lib/index.js @@ -44,8 +44,6 @@ rpc.on('session add', data => { store_.dispatch(sessionActions.addSession(data)); }); -// we aggregate all the incoming pty events by raf -// debouncing, to reduce allocation and iterations rpc.on('session data', d => { // the uid is a uuid v4 so it's 36 chars long const uid = d.slice(0, 36);