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