Removed some output information for debug purpose.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1613 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qouyang 2006-09-25 15:41:29 +00:00
parent 41df77e688
commit eeaddae296
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ public class Tool implements EfiDefine, Section {
argument = toolArgList + inputFiles.toStringWithSinglepPrefix(" -i ")
+ tempInputFile.toString(" ")+ " -o " + outputFileName;
EdkLog.log(this, EdkLog.EDK_VERBOSE, command + " " + argument);
EdkLog.log(this, EdkLog.EDK_INFO, this.outputFileName);
///
/// execute command line
///