浏览代码

Merge branch 'v1.9.0-jm' of http://192.168.0.115:3000/bill/fuse-code into v1.9.0-jm

bill 7 月之前
父节点
当前提交
da3a417789
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/sdk/cover/index.js

+ 1 - 1
src/sdk/cover/index.js

@@ -940,7 +940,7 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
                     let msg = {}
                     if (!lastState.position || !model.position.equals(lastState.position)) {
                         lastState.position = msg.position = model.position.clone()
-                        console.log('change pos', model.name, model.position.toArray())
+                        //console.log('change pos', model.name, model.position.toArray())
                     }
                     if (!lastState.rotation || !model.rotation.equals(lastState.rotation)) {
                         lastState.rotation = msg.rotation = model.rotation.clone()