diff --git a/backend/src/manager/persistent_container.rs b/backend/src/manager/persistent_container.rs index e6380bf49..ac141679d 100644 --- a/backend/src/manager/persistent_container.rs +++ b/backend/src/manager/persistent_container.rs @@ -31,9 +31,6 @@ pub struct PersistentContainer { procedures: Mutex>, } -// BLUJ TODO Need to get the only action is this and not procedure/ -// BLUJ Modify the rpc client to match the new type - impl PersistentContainer { #[instrument(skip_all)] pub async fn init(seed: &Arc) -> Result {