Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Jan 26, 2024
1 parent 682dedd commit 11d2020
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/node/src/asset_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ impl AssetManager {
}

async fn process_run(&self, tx: &Transaction) -> Result<()> {
// TODO: Process and program files are now downloaded in different ways. Combine these.
//let file_storage = storage::File::new(&self.config.data_directory);

let workflow = match tx.payload.clone() {
Payload::Run { workflow } => workflow,
_ => return Err(AssetManagerError::IncompatibleTxPayload(tx.hash).into()),
Expand Down

0 comments on commit 11d2020

Please sign in to comment.