We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6ad41 commit d89699cCopy full SHA for d89699c
moss/src/cli/install.rs
@@ -44,7 +44,6 @@ pub async fn handle(args: &ArgMatches, root: &Path) -> Result<(), Error> {
44
// Add all inputs
45
let mut tx = client.registry.transaction()?;
46
47
- eprintln!("Adding: {:?}", &input);
48
tx.add(input.clone()).await?;
49
50
// Resolve transaction to metadata
0 commit comments