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)
|
void ExternCallBackToAutoGenC(StringBuffer fileBuffer)
|
||||||
throws BuildException {
|
throws BuildException {
|
||||||
EdkLog.log(EdkLog.EDK_INFO, "Begin changing set to array!");
|
|
||||||
String moduleType = this.moduleId.getModuleType();
|
String moduleType = this.moduleId.getModuleType();
|
||||||
boolean UefiOrDxeModule = false;
|
boolean UefiOrDxeModule = false;
|
||||||
int Count = 0;
|
int Count = 0;
|
||||||
int i;
|
int i;
|
||||||
EdkLog.log(EdkLog.EDK_INFO, "HEHE!!");
|
|
||||||
switch (CommonDefinition.getModuleType(moduleType)) {
|
switch (CommonDefinition.getModuleType(moduleType)) {
|
||||||
case CommonDefinition.ModuleTypeDxeDriver:
|
case CommonDefinition.ModuleTypeDxeDriver:
|
||||||
case CommonDefinition.ModuleTypeDxeRuntimeDriver:
|
case CommonDefinition.ModuleTypeDxeRuntimeDriver:
|
||||||
|
|
Loading…
Reference in New Issue