mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-13 05:21:32 -05: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
@ -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…
x
Reference in New Issue
Block a user