Get rid of useless message.

This commit is contained in:
Jonathan Moore Liles 2008-06-07 10:35:23 -05:00
parent aa0f65af21
commit d8ed74d093
1 changed files with 0 additions and 2 deletions

View File

@ -819,8 +819,6 @@ else if ( 0 == p )
progress->hide(); progress->hide();
} }
DMESSAGE( "progress: %d%%", p );
static char pat[10]; static char pat[10];
update_progress( progress, pat, p ); update_progress( progress, pat, p );