Skip to content

Commit

Permalink
Remove redundant print.
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-an committed Aug 4, 2013
1 parent d8e74b3 commit 98a6656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libextra/treemap.rs
Expand Up @@ -1257,7 +1257,6 @@ mod test_set {

let mut n = 0;
for x in m.iter() {
printfln!(x);
assert_eq!(*x, n);
n += 1
}
Expand Down

0 comments on commit 98a6656

Please sign in to comment.