From cb5918df31cadc790d9259a024ab670b2998563b Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Thu, 14 May 2009 20:50:50 +0000
Subject: [PATCH] Remove silly std::cout debugging output

---
 indra/viewer_components/login/lllogin.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/viewer_components/login/lllogin.cpp b/indra/viewer_components/login/lllogin.cpp
index 7f2b27e64c8..87e3811f420 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,
-- 
GitLab