mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
cleanup prints
This commit is contained in:
parent
06787029b7
commit
e9c2a1d509
1 changed files with 0 additions and 2 deletions
|
@ -1157,8 +1157,6 @@ function getPositionToImportEntity() {
|
|||
}
|
||||
var position = Vec3.sum(MyAvatar.position, Vec3.multiply(direction, distance));
|
||||
|
||||
print('distance is:: ' + distance);
|
||||
|
||||
if (Camera.mode === "entity" || Camera.mode === "independent") {
|
||||
position = Vec3.sum(Camera.position, Vec3.multiply(Quat.getFront(Camera.orientation), distance))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue