mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
3c09b4f2d2
commit
1292a69ccf
@ -424,11 +424,11 @@ void SearchDialog::advancedSearch(Expression* expression)
|
||||
/* abstraction to allow reusee of tree rendering code */
|
||||
resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id, results);
|
||||
|
||||
// debug stuff
|
||||
Expression *expression2 = LinearizedExpression::toExpr(e) ;
|
||||
results.clear() ;
|
||||
rsFiles -> SearchBoolExp(expression2, results, DIR_FLAGS_REMOTE | DIR_FLAGS_NETWORK_WIDE | DIR_FLAGS_BROWSABLE);
|
||||
resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id+1, results);
|
||||
// // debug stuff
|
||||
// Expression *expression2 = LinearizedExpression::toExpr(e) ;
|
||||
// results.clear() ;
|
||||
// rsFiles -> SearchBoolExp(expression2, results, DIR_FLAGS_REMOTE | DIR_FLAGS_NETWORK_WIDE | DIR_FLAGS_BROWSABLE);
|
||||
// resultsToTree((advSearchDialog->getSearchAsString()).toStdString(),req_id+1, results);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user