From 9244180cb45ca69175ad7f99e53971c4e85a7a2c Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 10 Feb 2014 20:27:39 -0800 Subject: [PATCH] removed debug --- examples/cameraExample.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/cameraExample.js b/examples/cameraExample.js index 65cffb17dd..d55f376b76 100644 --- a/examples/cameraExample.js +++ b/examples/cameraExample.js @@ -75,7 +75,6 @@ function checkCamera() { if (yaw < -360) { yaw += 360; } - print("pitch="+ pitch + " yaw="+ yaw + " roll=" + roll); var orientation = Quat.fromPitchYawRoll(pitch, yaw, roll); Camera.setOrientation(orientation); }