deepsea 1 rok temu
rodzic
commit
842e55c46f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/uwb-sample.js

+ 0 - 1
src/uwb-sample.js

@@ -119,7 +119,6 @@ function getsqlData(sdkInstance, uwbInstance) {
           let card_id = item.card_id;
           let bench_id = item.bench_id;
           let show_remote_button = item.show_remote_button;
-          console.log("控制台查看加载gltf文件返回的对象结构", fbx);
           // 添加水滴
           let benchList = window.store ? window.store.getters['benchList/getBenchList'] : [];
           let currentBench = benchList.find(b => b.id == bench_id);