zhibin 6 년 전
부모
커밋
aceca2ffcb
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      libs/Controls/Pan.js
  2. BIN
      logo.png

+ 0 - 2
libs/Controls/Pan.js

@@ -241,7 +241,6 @@ Pan.prototype.pan = function () {
 		},
 		// 拖拽墙面的角度
 		f_draggingWallCorner: function (args) {
-			// console.log()
 			this.move.moveWallcorner(
 				this.currentState.selectWallSet.id,
 				this.currentState.currentstartlinePointIndex, 
@@ -298,7 +297,6 @@ Pan.prototype.pan = function () {
 				
 				//当前点是否在墙上
 				this.currentState.selectWallSet = this.calculateElement.wallsContain(args.point);
-				this.currentState.selectWallSet && console.log(this.currentState.selectWallSet)
 
 				this.currentState.selectWallSet ?
 					strategy.__selectWallSet(args) : 

BIN
logo.png