mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 04:14:27 -04:00
remove debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2f7b7c4366
commit
58dff54b3e
1 changed files with 2 additions and 2 deletions
|
@ -1095,10 +1095,10 @@ int DirEntry::saveEntry(std::string &s)
|
||||||
|
|
||||||
int FileIndex::searchHash(const std::string& hash, std::list<FileEntry *> &results) const
|
int FileIndex::searchHash(const std::string& hash, std::list<FileEntry *> &results) const
|
||||||
{
|
{
|
||||||
//#ifdef FI_DEBUG
|
#ifdef FI_DEBUG
|
||||||
std::cerr << "FileIndex::searchHash(" << hash << ")";
|
std::cerr << "FileIndex::searchHash(" << hash << ")";
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
//#endif
|
#endif
|
||||||
|
|
||||||
std::map<std::string,FileEntry*>::const_iterator it = _file_hashes.find(hash) ;
|
std::map<std::string,FileEntry*>::const_iterator it = _file_hashes.find(hash) ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue