mirror of https://github.com/acidanthera/audk.git
Remove debug print statement checked in inadvertently
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4311 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0acd9855d8
commit
de137b0939
|
@ -393,7 +393,6 @@ Returns:
|
|||
}
|
||||
}
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "ScsiExted Support: %d Frome First Target: %d\r\n" , ScsiBusDev->ExtScsiSupport, FromFirstTarget));
|
||||
while(ScanOtherPuns) {
|
||||
if (FromFirstTarget) {
|
||||
//
|
||||
|
@ -405,7 +404,6 @@ Returns:
|
|||
} else {
|
||||
Status = ScsiBusDev->ScsiInterface->GetNextDevice (ScsiBusDev->ScsiInterface, &ScsiTargetId->ScsiId.Scsi, &Lun);
|
||||
}
|
||||
DEBUG ((EFI_D_ERROR, "ScsiExte Error= %r\r\n" , Status));
|
||||
if (EFI_ERROR (Status)) {
|
||||
//
|
||||
// no legal Pun and Lun found any more
|
||||
|
@ -432,7 +430,6 @@ Returns:
|
|||
// then create handle and install scsi i/o protocol.
|
||||
//
|
||||
Status = ScsiScanCreateDevice (This, Controller, ScsiTargetId, Lun, ScsiBusDev);
|
||||
DEBUG ((EFI_D_ERROR, "CreateDevice %d, %d at %p Status = %r\r\n" , ScsiTargetId, Lun, Controller, Status));
|
||||
}
|
||||
gBS->FreePool (ScsiTargetId);
|
||||
return EFI_SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue