mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32: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
1 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue