Skip to content

Commit

Permalink
Remove trace mesage in Detach becuse similar message is printed alrea…
Browse files Browse the repository at this point in the history
…dy in manager.
  • Loading branch information
alja authored and abh3 committed Jun 30, 2016
1 parent 0b7a90b commit 2c6370a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/XrdFileCache/XrdFileCacheIOFileBlock.cc
Expand Up @@ -44,9 +44,7 @@ IOFileBlock::IOFileBlock(XrdOucCacheIO2 *io, XrdOucCacheStats &statsGlobal, Cach
//______________________________________________________________________________
XrdOucCacheIO* IOFileBlock::Detach()
{
TRACEIO(Info, "IOFileBlock::Detach() " );
XrdOucCacheIO * io = GetInput();

XrdOucCacheIO * io = GetInput();

for (std::map<int, File*>::iterator it = m_blocks.begin(); it != m_blocks.end(); ++it)
{
Expand Down

0 comments on commit 2c6370a

Please sign in to comment.