Removing debug logging

This commit is contained in:
Brad Davis 2016-07-15 14:05:16 -07:00
parent c462b8c387
commit 0d811c489a

View file

@ -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,