mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
further remove of debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6247 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
87842640e1
commit
2dcc35d979
2 changed files with 11 additions and 2 deletions
|
@ -597,7 +597,10 @@ bool ftFileCreator::finished()
|
|||
|
||||
bool ftFileCreator::hashReceivedData(std::string& hash)
|
||||
{
|
||||
std::cerr << "file creator " << hash << " asked for hashing received data " << file_name << std::endl;
|
||||
#ifdef FILE_DEBUG
|
||||
std::cerr << "file creator asked for hashing received data " << file_name << std::endl;
|
||||
#endif
|
||||
|
||||
// csoler: No mutex here please !
|
||||
//
|
||||
// This is a bit dangerous, but otherwise we might stuck the GUI for a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue