[syslinux:master] hdt: Removing debugging message

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Mon Apr 25 15:28:43 PDT 2011


Commit-ID:  9ccd4aa116f0616ec7a3556ee958351aa08ee257
Gitweb:     http://syslinux.zytor.com/commit/9ccd4aa116f0616ec7a3556ee958351aa08ee257
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Sun, 3 Apr 2011 21:28:53 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Sun, 3 Apr 2011 21:28:53 +0200

hdt: Removing debugging message



---
 com32/hdt/hdt-dump-vesa.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/com32/hdt/hdt-dump-vesa.c b/com32/hdt/hdt-dump-vesa.c
index 97ff9fc..97d56c9 100644
--- a/com32/hdt/hdt-dump-vesa.c
+++ b/com32/hdt/hdt-dump-vesa.c
@@ -37,7 +37,6 @@ void dump_vesa(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item
 	if (hardware->is_vesa_valid) {
 		char buffer[64]={0};
 		snprintf(buffer,sizeof(buffer),"%d.%d", hardware->vesa.major_version, hardware->vesa.minor_version);
-		printf("buffer='%s'\n",buffer);
 		add_s("vesa.version",buffer);
 		add_hs(vesa.vendor);
 		add_hs(vesa.product);



More information about the Syslinux-commits mailing list