Remove logging

This commit is contained in:
Tony Garnock-Jones 2023-01-11 09:44:56 +01:00
parent a03269603a
commit 07f6dac869
1 changed files with 0 additions and 2 deletions

View File

@ -80,7 +80,6 @@ async function enterScene(
let lastTouchSpriteName = "";
camera.onCollide = (other: AbstractMesh) => {
if (other.metadata?.touchable) {
console.log('collision', other.name, other.metadata);
const now = +new Date();
const touched = other.metadata?.spriteName ?? "";
if ((now - lastTouchTime > 500) || (lastTouchSpriteName !== touched)) {
@ -123,7 +122,6 @@ async function enterScene(
at sceneDs {
on message SceneProtocol.Touch({ "subject": id, "object": $o }) => {
console.log('touched', o);
react {
let needStop = true;
on asserted SceneProtocol.Portal({