From c66d1e92b78c7dc5310b3f47a24e7fee28325033 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Jun 2021 17:28:39 +0800
Subject: [PATCH] 去除console.log信息

---
 widgets/FlyRoute/fly.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/widgets/FlyRoute/fly.js b/widgets/FlyRoute/fly.js
index 3b3bce9..513ed97 100644
--- a/widgets/FlyRoute/fly.js
+++ b/widgets/FlyRoute/fly.js
@@ -128,7 +128,6 @@
 					//添加到站点数组
 					that.allSites.push(Site);
 					this.controlEntities();
-					console.log(that.allSites);
 					return true;
 				} catch (e) {
 					return false;
@@ -343,7 +342,6 @@
 				that.scene.screenSpaceCameraController.enableTilt = false;
 				that.scene.screenSpaceCameraController.enableLook = false;
 
-				console.log(that.play_bool);
 
 				if (that.play_bool) {
 					//设置初始点

--
Gitblit v1.9.3