suppressed some debugging stuff

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1565 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-08-25 12:17:22 +00:00
parent 3c09b4f2d2
commit 1292a69ccf

View file

@ -424,11 +424,11 @@ void SearchDialog::advancedSearch(Expression* expression)
/* abstraction to allow reusee of tree rendering code */ /* abstraction to allow reusee of tree rendering code */
resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id, results); resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id, results);
// debug stuff // // debug stuff
Expression *expression2 = LinearizedExpression::toExpr(e) ; // Expression *expression2 = LinearizedExpression::toExpr(e) ;
results.clear() ; // results.clear() ;
rsFiles -> SearchBoolExp(expression2, results, DIR_FLAGS_REMOTE | DIR_FLAGS_NETWORK_WIDE | DIR_FLAGS_BROWSABLE); // rsFiles -> SearchBoolExp(expression2, results, DIR_FLAGS_REMOTE | DIR_FLAGS_NETWORK_WIDE | DIR_FLAGS_BROWSABLE);
resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id+1, results); // resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id+1, results);
} }