Remove unnecessary debugging output.

pull/3/head
Jonathan Moore Liles 2009-01-11 22:12:40 -06:00
parent 5446629c3e
commit cf0576e6ff
1 changed files with 0 additions and 3 deletions

View File

@ -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;