Skip to content

Commit d89699c

Browse files
committed
moss/cli/install: Remove useless eprintln
Signed-off-by: Ikey Doherty <[email protected]>
1 parent 1d6ad41 commit d89699c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

moss/src/cli/install.rs

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ pub async fn handle(args: &ArgMatches, root: &Path) -> Result<(), Error> {
4444
// Add all inputs
4545
let mut tx = client.registry.transaction()?;
4646

47-
eprintln!("Adding: {:?}", &input);
4847
tx.add(input.clone()).await?;
4948

5049
// Resolve transaction to metadata

0 commit comments

Comments
 (0)