teleportxr 1.0.71 → 1.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/client/client.js +1 -1
  2. package/package.json +1 -1
package/client/client.js CHANGED
@@ -369,7 +369,7 @@ class Client {
369
369
  return;
370
370
  if(!this.webRtcConnected)
371
371
  return;
372
- console.log("[T+"+this.elapsedMsSinceStart()+"ms, conn+"+this.elapsedMsSinceConnected()+"ms] UpdateStreaming tick for client "+this.clientID);
372
+ //console.log("[T+"+this.elapsedMsSinceStart()+"ms, conn+"+this.elapsedMsSinceConnected()+"ms] UpdateStreaming tick for client "+this.clientID);
373
373
  var timestamp=core.getTimestampUs();
374
374
  // Establish which nodes the client should have, and their resources.
375
375
  // Then: which resources we think it does not yet have. Send those.
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "name": "teleportxr",
18
18
  "description": "Teleport Spatial Server on node.js",
19
- "version": "1.0.71",
19
+ "version": "1.0.72",
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/simul/teleport-nodejs.git"