This commit is contained in:
Roman Nozdrin
2024-02-05 06:30:42 +00:00
parent 45f34701b0
commit cdfbb99fa0
4 changed files with 4 additions and 6 deletions

View File

@ -146,7 +146,6 @@ impl AirRunner for ReleaseWasmAirRunner {
keypair: &KeyPair,
particle_id: String,
) -> Result<RawAVMOutcome, Box<dyn std::error::Error>> {
println!("running release wasm runner#####");
let current_peer_id =
override_current_peer_id.unwrap_or_else(|| self.current_peer_id.clone());