core: remove stray debugging statement syslinux-3.86-pre3
authorH. Peter Anvin <hpa@zytor.com>
Wed, 31 Mar 2010 00:20:23 +0000 (17:20 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 31 Mar 2010 00:20:23 +0000 (17:20 -0700)
Remove a stray debugging printout when running on Xen.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/cpuinit.inc

index 6af1bf8..cad9b81 100644 (file)
@@ -77,8 +77,6 @@ check_xen:
                ; We're on Xen...
                mov eax,0x40000001
                cpuid
-               call writehex8
-               call crlf
                cmp eax,0x00030003
                jae .not_xen                    ; Xen >= 3.3, not affected