From b66810a227c2801cf670eb343b30070e1deef174 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Fri, 23 Aug 2024 07:29:26 -0400 Subject: [PATCH] it is nullable now so this comment doesn't make sense anymore --- cvmts/src/CollabVMServer.ts | 2 -- 1 file changed, 2 deletions(-) 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) => {