mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
remove logging
This commit is contained in:
parent
c5d113a8da
commit
a4913596db
1 changed files with 0 additions and 2 deletions
|
@ -212,7 +212,6 @@ void
|
|||
CRefMgr::addToFreeList( CookieRef* cref )
|
||||
{
|
||||
MutexLock ml( &m_freeList_mutex );
|
||||
logf( XW_LOGINFO, "%s(%p)", __func__, cref );
|
||||
m_freeList.push_back( cref );
|
||||
}
|
||||
|
||||
|
@ -225,7 +224,6 @@ CRefMgr::getFromFreeList( void )
|
|||
cref = m_freeList.front();
|
||||
m_freeList.pop_front();
|
||||
}
|
||||
logf( XW_LOGINFO, "%s()=>%p", __func__, cref );
|
||||
return cref;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue