Skip to content

Commit 8aede43

Browse files
scsidevice: remove dead code.
1 parent a7386a6 commit 8aede43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devices/common/scsi/scsidevice.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void ScsiDevice::notify(ScsiMsg msg_type, int param)
5050
this->switch_phase(ScsiPhase::MESSAGE_OUT);
5151
this->last_selection_has_atention = true;
5252
this->last_selection_message = this->msg_buf[0];
53-
//LOG_F(SCSIDEVICE, "%s: received message:0x%02x", this->get_name().c_str(), this->msg_buf[0]);
5453
} else {
5554
this->last_selection_has_atention = false;
5655
this->switch_phase(ScsiPhase::COMMAND);

0 commit comments

Comments
 (0)