mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -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));
|
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 => {
|
rpc.on('session data', d => {
|
||||||
// the uid is a uuid v4 so it's 36 chars long
|
// the uid is a uuid v4 so it's 36 chars long
|
||||||
const uid = d.slice(0, 36);
|
const uid = d.slice(0, 36);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue