diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2009-05-14 20:50:50 +0000 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2009-05-14 20:50:50 +0000 | 
| commit | cb5918df31cadc790d9259a024ab670b2998563b (patch) | |
| tree | 40c58569fcd242ed52a668a68e10219080b29bbb | |
| parent | 3975de991d2afa2ed903ac28bcc91246dfb22c20 (diff) | |
Remove silly std::cout debugging output
| -rw-r--r-- | indra/viewer_components/login/lllogin.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/viewer_components/login/lllogin.cpp b/indra/viewer_components/login/lllogin.cpp index 7f2b27e64c..87e3811f42 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, | 
