summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-04-03 21:28:53 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2011-04-03 21:28:53 +0200
commit9ccd4aa116f0616ec7a3556ee958351aa08ee257 (patch)
tree408c65200823cb17b1155be07b13f90d115a2f10
parent9d15c69ab314c757edb24ba8d4f1cfdccf955a75 (diff)
downloadsyslinux-9ccd4aa116f0616ec7a3556ee958351aa08ee257.tar.gz
hdt: Removing debugging message
-rw-r--r--com32/hdt/hdt-dump-vesa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/hdt/hdt-dump-vesa.c b/com32/hdt/hdt-dump-vesa.c
index 97ff9fc2..97d56c95 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);