hdt: Removing useless printf in dump mode
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 20 Apr 2011 18:14:45 +0000 (20:14 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Wed, 20 Apr 2011 18:14:45 +0000 (20:14 +0200)
This message was clearly boring to read ;o)

com32/hdt/hdt-dump.c

index 5535b82..8c22140 100644 (file)
@@ -113,8 +113,6 @@ void dump(struct s_hardware *hardware)
 
     memset(&p_buf,0,sizeof(p_buf));
 
-    more_printf("Preparing dump file\n");
-
     /* By now, we only support TFTP reporting */
     upload=&upload_tftp;
     upload->name="tftp";