mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -1095,10 +1095,10 @@ int DirEntry::saveEntry(std::string &s)
|
||||
|
||||
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 << std::endl;
|
||||
//#endif
|
||||
#endif
|
||||
|
||||
std::map<std::string,FileEntry*>::const_iterator it = _file_hashes.find(hash) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user