Comment out assertion

This commit is contained in:
Uwe Seimet 2023-11-15 19:34:17 +01:00
parent a7e8907b37
commit d972ce7a99
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ void ScsiController::Error(sense_key sense_key, asc asc, status status)
void ScsiController::Send()
{
assert(!GetBus().GetREQ());
assert(GetBus().GetIO());
//assert(GetBus().GetIO());
if (HasValidLength()) {
LogTrace("Sending data, offset: " + to_string(GetOffset()) + ", length: " + to_string(GetLength()));