diff --git a/cvmts/src/CollabVMServer.ts b/cvmts/src/CollabVMServer.ts index 1f2cb10..d9ec4e8 100644 --- a/cvmts/src/CollabVMServer.ts +++ b/cvmts/src/CollabVMServer.ts @@ -123,8 +123,6 @@ export default class CollabVMServer { this.VM = vm; - // the VM interface should probably be allowed to return a nullable display - // but i cba let self = this; vm.Events().on('statechange', (newState: VMState) => {