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:
qhuang8 2007-11-20 07:22:41 +00:00
parent 0acd9855d8
commit de137b0939
1 changed files with 0 additions and 3 deletions

View File

@ -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;