diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index b8e8125e68478033b91866ced692720da1e5f172..10beb00113d12c61261a912aac3aa759082e45cc 100755
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -1385,7 +1385,7 @@ class FrameWatcher
             return false;
         }
         // Congratulations, we've hit a new low.  :-P
-
+#if BUG_2707_A_LOWER_KIND_OF_LOW
         LL_INFOS("FrameWatcher") << ' ';
         if (! prevSize)
         {
@@ -1398,6 +1398,7 @@ class FrameWatcher
         }
         LL_CONT << std::fixed << std::setprecision(1) << framerate << '\n'
                 << LLMemoryInfo() << LL_ENDL;
+#endif
 
         return false;
     }