From 0b6abe308c4113cd03752bab4fceff32a11fd3de Mon Sep 17 00:00:00 2001
From: Cinders <cinder@cinderblocks.biz>
Date: Wed, 19 Aug 2015 06:37:22 -0600
Subject: [PATCH] Yeah

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

diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index 38fe57c671..ef64e469d2 100755
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -3438,7 +3438,6 @@ const LLViewerRegion::tex_matrix_t& LLViewerRegion::getWorldMapTiles() const
 			for (U32 y = 0; y != totalY; ++y)
 			{
 				const std::string map_url = getMapServerURL().append(llformat("map-1-%d-%d-objects.jpg", gridX + x, gridY + y));
-				LL_WARNS() << "WOO! " << map_url << LL_ENDL;
 				LLPointer<LLViewerTexture> tex(LLViewerTextureManager::getFetchedTextureFromUrl(map_url, FTT_MAP_TILE, TRUE,
 											   LLViewerTexture::BOOST_NONE, LLViewerTexture::LOD_TEXTURE));
 				mWorldMapTiles.push_back(tex);
-- 
GitLab