mirror of https://github.com/acidanthera/audk.git
Remove debug log.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1191 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2336382f4c
commit
8d86099955
|
@ -1772,12 +1772,10 @@ public class AutoGen {
|
|||
*/
|
||||
void ExternCallBackToAutoGenC(StringBuffer fileBuffer)
|
||||
throws BuildException {
|
||||
EdkLog.log(EdkLog.EDK_INFO, "Begin changing set to array!");
|
||||
String moduleType = this.moduleId.getModuleType();
|
||||
boolean UefiOrDxeModule = false;
|
||||
int Count = 0;
|
||||
int i;
|
||||
EdkLog.log(EdkLog.EDK_INFO, "HEHE!!");
|
||||
switch (CommonDefinition.getModuleType(moduleType)) {
|
||||
case CommonDefinition.ModuleTypeDxeDriver:
|
||||
case CommonDefinition.ModuleTypeDxeRuntimeDriver:
|
||||
|
|
Loading…
Reference in New Issue