diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-07 02:41:36 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-08-07 02:41:36 +0000 |
commit | 2f4050c2e15425d1f82e6482d5d0dc3b35bb315f (patch) | |
tree | c19b20ea6af6707fbf3b413bd7535918890231ec /UnixPkg | |
parent | 51b02d81f01441e2aadae1d0bcd46560a93e6f12 (diff) | |
download | edk2-platforms-2f4050c2e15425d1f82e6482d5d0dc3b35bb315f.tar.xz |
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
Diffstat (limited to 'UnixPkg')
-rw-r--r-- | UnixPkg/Sec/SecMain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c index 2f2a1d26a2..7ac729833e 100644 --- a/UnixPkg/Sec/SecMain.c +++ b/UnixPkg/Sec/SecMain.c @@ -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 (); |