Skip to content

Commit 464a095

Browse files
committed
removed accidental print
1 parent 3c0f392 commit 464a095

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ fn main() -> io::Result<()> {
1010
if args.len() > 1 {
1111
directory = &args[1]
1212
}
13-
println!("{}", directory);
1413

1514
let entries = fs::read_dir(directory)?
1615
.map(|res| res.map(|e| e.path()))

0 commit comments

Comments
 (0)