mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
removed debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
83e41eb04c
commit
87842640e1
1 changed files with 2 additions and 0 deletions
|
@ -287,7 +287,9 @@ int ftFileCreator::locked_initializeFileAttrs()
|
||||||
}
|
}
|
||||||
ftFileCreator::~ftFileCreator()
|
ftFileCreator::~ftFileCreator()
|
||||||
{
|
{
|
||||||
|
#ifdef FILE_DEBUG
|
||||||
std::cerr << "Deleting file creator for " << file_name << std::endl;
|
std::cerr << "Deleting file creator for " << file_name << std::endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Note: The file is actually closed in the parent, that is always a ftFileProvider.
|
// Note: The file is actually closed in the parent, that is always a ftFileProvider.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue