removed debug info

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5563 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-09-17 20:46:23 +00:00
parent 77edd3e013
commit 9e00688c71
4 changed files with 10 additions and 0 deletions

View file

@ -239,8 +239,10 @@ void bdStore::writeStore(std::string file)
if(!bdFile::renameFile(filetmp,file))
std::cerr << "Could not rename file !!" << std::endl;
#ifdef DEBUG_STORE
else
std::cerr << "Successfully renamed file " << filetmp << " to " << file << std::endl;
#endif
}
void bdStore::writeStore()