Reduce some common log noise.

This commit is contained in:
2024-06-23 15:11:18 -04:00
parent 21cf503a59
commit 574292b798
2 changed files with 12 additions and 8 deletions

View File

@ -1674,10 +1674,6 @@ static void _tf_ssb_connection_rpc_recv(tf_ssb_connection_t* connection, uint8_t
tf_trace_end(connection->ssb->trace);
}
}
else
{
tf_printf("No request callback for %p %d\n", connection, -request_number);
}
}
if (close_connection)