diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index c49c0bc79ab200c2f616290838cddce3b7c1094c..017ef02427c8b1b635f61a5281c0f45e93d3c7d2 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -5573,7 +5573,6 @@ LLTeleportRequestViaLandmark::LLTeleportRequestViaLandmark(const LLUUID &pLandma
 
 LLTeleportRequestViaLandmark::~LLTeleportRequestViaLandmark()
 {
-    LL_INFOS("Teleport") << "~LLTeleportRequestViaLandmark, " << *this << LL_ENDL;
 }
 
 void LLTeleportRequestViaLandmark::toOstream(std::ostream& os) const
@@ -5612,7 +5611,6 @@ LLTeleportRequestViaLure::LLTeleportRequestViaLure(const LLUUID &pLureId, BOOL p
 
 LLTeleportRequestViaLure::~LLTeleportRequestViaLure()
 {
-    LL_INFOS("Teleport") << "~LLTeleportRequestViaLure" << LL_ENDL;
 }
 
 void LLTeleportRequestViaLure::toOstream(std::ostream& os) const
@@ -5703,7 +5701,6 @@ LLTeleportRequestViaLocationLookAt::LLTeleportRequestViaLocationLookAt(const LLV
 
 LLTeleportRequestViaLocationLookAt::~LLTeleportRequestViaLocationLookAt()
 {
-    LL_INFOS("Teleport") << "~LLTeleportRequestViaLocationLookAt" << LL_ENDL;
 }
 
 void LLTeleportRequestViaLocationLookAt::toOstream(std::ostream& os) const