From 7a8a699d6c4c95dadb69b489f7bda317fca57e45 Mon Sep 17 00:00:00 2001 From: Blair MacIntyre Date: Tue, 20 Mar 2018 08:45:29 -0400 Subject: [PATCH] removed incorrect comment --- examples/common.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/common.js b/examples/common.js index 34a9453..bbfc3a9 100644 --- a/examples/common.js +++ b/examples/common.js @@ -173,12 +173,6 @@ class XRExampleBase { * set up the video processing */ setVideoWorker(worker){ - // - // NOTE: not a worker, a callback! Couldn't get workers working! - // - // if this session is getting video frames, lets set up a callback. - // EVENTUALLY should look at properties on the session to see if user - // approved it, but the app doesn't let us know this yet this.session.setVideoFrameHandler(worker) }