comment removed

This commit is contained in:
Drew Tada 2024-01-07 20:35:14 -06:00
parent ad2dec58f9
commit 665bd5ff60

View File

@ -447,7 +447,6 @@ impl StandardHost for process::ProcessWasi {
context: Option<wit::Context>,
payload: Option<wit::Payload>,
) -> Result<()> {
// TODO verify sigs here
let id = self
.process
.send_request(None, target, request, context, payload)