diff --git a/indra/newview/llagentui.cpp b/indra/newview/llagentui.cpp
index 43cdf6242636f3486be3f718ee150eb768c172d8..4710eb3ad3d6eb6f4467ac4df290594a578acda9 100644
--- a/indra/newview/llagentui.cpp
+++ b/indra/newview/llagentui.cpp
@@ -81,7 +81,6 @@ BOOL LLAgentUI::buildLocationString(std::string& str, ELocationFormat fmt,const
 	std::string remote_grid = LLGridManager::instanceFast().getGridByProbing(region->getHGGrid());
 	std::string cur_grid = LLGridManager::instanceFast().getGrid();
 	bool is_hypergrid = remote_grid != cur_grid;
-	LL_INFOS() << "remote: " << remote_grid << " cur: " << cur_grid << " hypergrid: " << is_hypergrid << LL_ENDL;
 
 	S32 pos_x = S32(agent_pos_region.mV[VX]);
 	S32 pos_y = S32(agent_pos_region.mV[VY]);