diff --git a/indra/viewer_components/login/lllogin.cpp b/indra/viewer_components/login/lllogin.cpp
index 7f2b27e64c8c34ae3119e99285728415225d53af..87e3811f420b3d0582673ec1599b6ebded5a4552 100644
--- a/indra/viewer_components/login/lllogin.cpp
+++ b/indra/viewer_components/login/lllogin.cpp
@@ -133,7 +133,6 @@ void LLLogin::Impl::connect(const std::string& uri, const LLSD& credentials)
     mCoro.reset(new coroutine_type(boost::bind(&Impl::login_, this, _1, _2, _3)));
     // Run the coroutine until its first wait; at that point, return here.
     (*mCoro)(std::nothrow, uri, credentials);
-    std::cout << "Here I am\n";
 }
 
 void LLLogin::Impl::login_(coroutine_type::self& self,