Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Let's just not print, we assert a line below anyway…
Lorenz Leutgeb committed 24 days ago
commit 9a86383c9e071727f5095fd55e2e92ac0c73bc1a
parent 12901cdd129aa436ec65aa0e124547bfc09d630e
1 file changed +0 -4
modified crates/radicle-cli/src/commands/cob/args.rs
@@ -400,10 +400,6 @@ mod test {
            .chain(ARGS.iter())
            .collect::<Vec<_>>(),
        );
-
        #[allow(clippy::print_stdout)]
-
        {
-
            println!("{args:?}");
-
        }
        assert!(args.is_ok())
    }