From ba9cf4aa151950039d4e098b5637a35a204b7f6b Mon Sep 17 00:00:00 2001
From: Adam Moss <moss@lindenlab.com>
Date: Mon, 17 Nov 2008 12:21:46 +0000
Subject: [PATCH] trivial followup to QAR-1016 - remove a line of zealous
 debugging spew.

---
 indra/newview/llviewerjoystick.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llviewerjoystick.cpp b/indra/newview/llviewerjoystick.cpp
index ff5abb447da..bb504d7af3a 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
-- 
GitLab