From 509a9670852b5d177b96aa9516a37b5669e610b0 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 17 May 2010 21:17:52 +0000 Subject: [PATCH] suppressed debug messages git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2933 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/SearchDialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/retroshare-gui/src/gui/SearchDialog.cpp b/retroshare-gui/src/gui/SearchDialog.cpp index a8789fca3..7f59ad1b7 100644 --- a/retroshare-gui/src/gui/SearchDialog.cpp +++ b/retroshare-gui/src/gui/SearchDialog.cpp @@ -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 ;