mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Removing debug logging
This commit is contained in:
parent
c462b8c387
commit
0d811c489a
1 changed files with 0 additions and 1 deletions
|
@ -558,7 +558,6 @@ function MyController(hand) {
|
|||
|
||||
var rotation = Quat.lookAt(location, Camera.getPosition(), Vec3.UP);
|
||||
var brightColor = colorPow(color, 0.1);
|
||||
print("bright color " + brightColor.red + " " + brightColor.green + " " + brightColor.blue);
|
||||
if (this.searchSphere === null) {
|
||||
var sphereProperties = {
|
||||
position: location,
|
||||
|
|
Loading…
Reference in a new issue