소스 검색

removed debugging message

Daniel Salvadori 7 년 전
부모
커밋
09b5eb7f18
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      camera/camera.go

+ 0 - 1
camera/camera.go

@@ -48,7 +48,6 @@ func (cam *Camera) LookAt(target *math32.Vector3) {
 	var rotMat math32.Matrix4
 	pos := cam.Position()
 	rotMat.LookAt(&pos, &cam.target, &cam.up)
-	log.Error("pos = %v, target = %v", pos, cam.target)
 
 	var q math32.Quaternion
 	q.SetFromRotationMatrix(&rotMat)