From ab85624bd0200936a17b6237259c968275f93df6 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 13 Apr 2022 02:33:42 -0400 Subject: [PATCH] Remove debug --- indra/newview/llagentui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llagentui.cpp b/indra/newview/llagentui.cpp index 43cdf624263..4710eb3ad3d 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]); -- GitLab