remove outdate comment

This commit is contained in:
Guillermo Rauch 2017-09-25 14:31:21 +02:00
parent a2539daf7b
commit 5ab064ff64

View file

@ -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);