Skip to content

Commit

Permalink
Removed unnecesary print
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Dec 20, 2024
1 parent 7784aeb commit ad18ac3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/scaffold_remote_zome/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,6 @@ fn add_zome_to_nixified_dna(
&serde_yaml::to_string(&new_manifest)?,
)?;

println!(
"Added the integrity zome {integrity_zome_name:?} and the coordinator zome {coordinator_zome_name:?} to {:?}.",
nixified_dna.dna_manifest.0
);

Ok(())
}

Expand Down

0 comments on commit ad18ac3

Please sign in to comment.