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:
csoler 2012-12-10 22:29:03 +00:00
parent 2f7b7c4366
commit 58dff54b3e

View File

@ -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) ;