Comment out debug message.

This commit is contained in:
jief666 2020-09-02 18:21:32 +03:00
parent 67d332ce14
commit 734f292a3d

View File

@ -3042,7 +3042,7 @@ XStringW GetBundleVersion(const XStringW& FullName)
Status = egLoadFile(SelfRootDir, FullName.wc_str(), (UINT8**)&InfoPlistPtr, &Size);
}
if(!EFI_ERROR(Status)) {
DBG("file %ls\n", InfoPlistPath.wc_str());
//DBG("about to parse xml file %ls\n", InfoPlistPath.wc_str());
Status = ParseXML(InfoPlistPtr, &InfoPlistDict, Size);
if(!EFI_ERROR(Status) && (InfoPlistDict != nullptr)) {
Prop = InfoPlistDict->propertyForKey("CFBundleVersion");