-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: 6866aa3c998f50d1c0e38f582ce9cee3a29f9c2d:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 6866aa3c998f50d1c0e38f582ce9cee3a29f9c2d
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sat Jul 4 07:03:04 2020 -0700

    Removed console.logs

diff --git a/media/assets/webui/apps/comms/comms.js b/media/assets/webui/apps/comms/comms.js

index a688b08b0304e58eaba6cad5af4432eaf72396fe..

index ..bc99cc5ef009f0f643a1929b5293c88af21a609f 100644

--- a/media/assets/webui/apps/comms/comms.js
+++ b/media/assets/webui/apps/comms/comms.js
@@ -91,12 +91,10 @@ elation.elements.define('janus-comms-userlist', class extends elation.elements.u

     this.userlist_room.setItems(users);

-    // TODO - Spawn some 3D object to represent the player's gamertag
-console.log('check for user updates', remoteplayers);
     for (let k in remoteplayers) {
       let p = remoteplayers[k].getProxyObject();
-console.log('p?', p, this.usermarkers[k]?.parent);
       if (!this.usermarkers[k]) {
+// FIXME - timeout hacks probably aren't needed
 setTimeout(() => {
 // simple test of a 3d object controlled from the ui
         this.usermarkers[k] = p.createObject('playerlabel', {
@@ -111,7 +109,6 @@ if (this.usermarkers[k].parent) {
 }
 setTimeout(() => {
         p.appendChild(this.usermarkers[k]);
-console.log('reappend', p, this.usermarkers[k]);
         this.usermarkers[k].updateCanvas();
         this.usermarkers[k].start();
 }, 1000);

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:29:43 2024