Skip to content
Snippets Groups Projects
Commit ab85624b authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove debug

parent 8f2e0dc4
No related branches found
No related tags found
No related merge requests found
......@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment