Skip to content

Commit 98a6656

Browse files
committed
Remove redundant print.
1 parent d8e74b3 commit 98a6656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libextra/treemap.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,6 @@ mod test_set {
12571257

12581258
let mut n = 0;
12591259
for x in m.iter() {
1260-
printfln!(x);
12611260
assert_eq!(*x, n);
12621261
n += 1
12631262
}

0 commit comments

Comments
 (0)