suppressed debug messages

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-05-17 21:17:52 +00:00
parent f24b3c61f4
commit 509a967085

View File

@ -193,13 +193,13 @@ void SearchDialog::checkText(const QString& txt)
{
if(txt.length() < 3)
{
std::cout << "setting palette 1" << std::endl ;
//std::cout << "setting palette 1" << std::endl ;
ui.frame_2->setStyleSheet("QFrame{ border: 2px solid #079E00; background-color: #DBDBDB; }");
}
else
{
ui.frame_2->setStyleSheet("QFrame { border: 2px solid #079E00; background-color: white; }");
std::cout << "setting palette 2" << std::endl ;
//std::cout << "setting palette 2" << std::endl ;
}
}
@ -540,7 +540,7 @@ void SearchDialog::searchKeywords()
if(txt.length() < 3)
return ;
std::cerr << "SearchDialog::searchKeywords() : " << txt << std::endl;
//std::cerr << "SearchDialog::searchKeywords() : " << txt << std::endl;
TurtleRequestId req_id ;