diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index e6ad2373bfe64f0fb0aa981b0983e4019036b683..be6e9e520a90ed7f2fcfc44a1b36d5888d685d06 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -3294,8 +3294,6 @@ void on_benefits_failed_callback(const LLSD& notification, const LLSD& response)
 
 bool init_benefits(LLSD& response)
 {
-	LL_DEBUGS("Benefits") << "login success response:" << response << LL_ENDL;
-
 	bool succ = true;
 
 	std::string package_name = response["account_type"].asString();