mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 21:46:34 +02:00
remove ray pick print statement - it bloats the debug window
This commit is contained in:
parent
d9cf838e93
commit
2bbc5b6137
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@
|
|||
var finger = fingerKeys[i];
|
||||
var LOOKUP_DISTANCE_MULTIPLIER = 1.5;
|
||||
var dist = LOOKUP_DISTANCE_MULTIPLIER*data.distance;
|
||||
console.log("distance: " + dist);
|
||||
var checkOffset = {
|
||||
x: data.perpendicular.x * dist,
|
||||
y: data.perpendicular.y * dist,
|
||||
|
|
Loading…
Reference in a new issue