summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAdam Moss <moss@lindenlab.com>2008-11-17 12:21:46 +0000
committerAdam Moss <moss@lindenlab.com>2008-11-17 12:21:46 +0000
commitba9cf4aa151950039d4e098b5637a35a204b7f6b (patch)
tree397c3beb93a1e50f8b6b4be3702cd994ded8474d /indra
parenta879e13055f0bb759ee12e708184e95d8bd9be30 (diff)
trivial followup to QAR-1016 - remove a line of zealous debugging spew.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewerjoystick.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerjoystick.cpp b/indra/newview/llviewerjoystick.cpp
index ff5abb447d..bb504d7af3 100644
--- a/indra/newview/llviewerjoystick.cpp
+++ b/indra/newview/llviewerjoystick.cpp
@@ -712,7 +712,6 @@ void LLViewerJoystick::moveAvatar(bool reset)
sDelta[RX_I] += (cur_delta[RX_I] - sDelta[RX_I]) * time * feather;
sDelta[RY_I] += (cur_delta[RY_I] - sDelta[RY_I]) * time * feather;
- llinfos << sDelta[Z_I] << ", " << sDelta[X_I] << llendl;
handleRun(fsqrtf(sDelta[Z_I]*sDelta[Z_I] + sDelta[X_I]*sDelta[X_I]));
// Allow forward/backward movement some priority