mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
remove outdate comment
This commit is contained in:
parent
a2539daf7b
commit
5ab064ff64
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue