Skip to content

Commit c95c7c8

Browse files
committed
Merge pull request #4702 from aydinkim/patch-1
Delete unnecessary logs
2 parents 71478f9 + 6102d2a commit c95c7c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/dvec.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,8 @@ impl<A> DVec<A> {
180180
data <-> self.data;
181181
let data_ptr: *() = cast::reinterpret_cast(&data);
182182
if data_ptr.is_null() { fail ~"Recursive use of dvec"; }
183-
log(error, ~"a");
184183
self.data = move ~[move t];
185184
self.data.push_all_move(move data);
186-
log(error, ~"b");
187185
}
188186
}
189187

0 commit comments

Comments
 (0)