Skip to content
Snippets Groups Projects
Commit cb5918df authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Remove silly std::cout debugging output

parent 3975de99
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment