Remove unnecessary debugging output.
This commit is contained in:
parent
5446629c3e
commit
cf0576e6ff
|
@ -695,10 +695,7 @@ Loggable::record_unjournaled ( void ) const
|
|||
delete le;
|
||||
|
||||
if ( e->size() )
|
||||
{
|
||||
_loggables[ _id ].unjournaled_state = e;
|
||||
DMESSAGE( "logging %s", e->print() );
|
||||
}
|
||||
else
|
||||
/* don't waste space on loggables with no unjournaled properties */
|
||||
_loggables[ _id ].unjournaled_state = NULL;
|
||||
|
|
Loading…
Reference in New Issue