move unnecessary print statement. It may cause confused.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5609 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2008-08-07 02:41:36 +00:00
parent 51b02d81f0
commit 2f4050c2e1
1 changed files with 0 additions and 2 deletions

View File

@ -994,8 +994,6 @@ SecNt32PeCoffRelocateImage (
if (Entry != NULL) {
ImageContext->EntryPoint = Entry;
printf("Change %s Entrypoint to :0x%08lx\n", ImageContext->PdbPointer, Entry);
} else {
printf("Could not find _ModuleEntryPoint Entry, Module may be built error\n");
}
SecUnixLoaderBreak ();