aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerenc Wágner <wferi@niif.hu>2014-07-03 16:54:44 +0200
committerFerenc Wágner <wferi@niif.hu>2014-10-11 21:59:15 +0200
commitaeff6bccaf6b836c38b52b1fd39b990d323ec404 (patch)
treeddf21da705470f3414e9a0b44466f98d345ae223
parente8e42cdcbfb05a82b19b8b16ef7398a3873e5335 (diff)
downloadsyslinux-aeff6bccaf6b836c38b52b1fd39b990d323ec404.tar.gz
syslinux-aeff6bccaf6b836c38b52b1fd39b990d323ec404.tar.xz
syslinux-aeff6bccaf6b836c38b52b1fd39b990d323ec404.zip
lua: vesa: delete stray would-be-debug output
Signed-off-by: Ferenc Wágner <wferi@niif.hu>
-rw-r--r--com32/lua/src/vesa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/com32/lua/src/vesa.c b/com32/lua/src/vesa.c
index 28e01246..119f6fc3 100644
--- a/com32/lua/src/vesa.c
+++ b/com32/lua/src/vesa.c
@@ -59,8 +59,6 @@ static int vesa_getmodes(lua_State *L)
while ((mode = *mode_ptr++) != 0xFFFF) {
mode &= 0x1FF; /* The rest are attributes of sorts */
- printf("Found mode: 0x%04x (%dx%dx%d)\n", mode, mi->h_res, mi->v_res, mi->bpp);
-
memset(&rm, 0, sizeof(rm));
memset(mi, 0, sizeof *mi);
rm.eax.w[0] = 0x4F01; /* Get SVGA mode information */