svn commit: r247373 - projects/uefi/sys/boot/i386/efi

Benno Rice benno at FreeBSD.org
Wed Feb 27 04:33:08 UTC 2013


Author: benno
Date: Wed Feb 27 04:33:07 2013
New Revision: 247373
URL: http://svnweb.freebsd.org/changeset/base/247373

Log:
  Remove a debugging printf.

Modified:
  projects/uefi/sys/boot/i386/efi/x86_efi_copy.c

Modified: projects/uefi/sys/boot/i386/efi/x86_efi_copy.c
==============================================================================
--- projects/uefi/sys/boot/i386/efi/x86_efi_copy.c	Wed Feb 27 04:33:06 2013	(r247372)
+++ projects/uefi/sys/boot/i386/efi/x86_efi_copy.c	Wed Feb 27 04:33:07 2013	(r247373)
@@ -56,7 +56,6 @@ x86_efi_copy_init(void)
 		return (status);
 	}
 
-	printf("x86_efi_copyinit>>> staging=0x%016x\n", staging);
 	return (0);
 }
 


More information about the svn-src-projects mailing list