Skip to content

Commit

Permalink
test: remove vestigial actor refresh function call in dev setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed <ahmedtadde@gmail.com>
  • Loading branch information
ahmedtadde committed Dec 11, 2023
1 parent 4b758e7 commit 74f6728
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions crates/wash-lib/src/cli/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ pub async fn run_dev_loop(
);

update_actor(ctl_client, &host_id, &actor_id, actor_ref).await?;
start_actor(StartActorArgs {
ctl_client,
host_id: &host_id,
actor_ref,
count: 1,
skip_wait: false,
timeout_ms: None,
})
.await?;
}
}

Expand Down

0 comments on commit 74f6728

Please sign in to comment.