[radio-spinel] remove extra log on tx done failure (#4052)

This commit removes the extra logging of spinel error status on
tx done callback. The error will be logged from `LogIfFail()` at
the exit of the `HandleTransmitDone()`.
This commit is contained in:
Abtin Keshavarzian
2019-08-02 08:39:14 -07:00
committed by Jonathan Hui
parent 6c6aad2a01
commit 6d07a3eb31
-1
View File
@@ -1257,7 +1257,6 @@ void RadioSpinel::HandleTransmitDone(uint32_t aCommand,
}
else
{
otLogWarnPlat("Spinel status: %d.", status);
error = SpinelStatusToOtError(status);
}