Skip to content

Commit 6102d2a

Browse files
committed
Delete unnecessary logs
1 parent 42b462e commit 6102d2a

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)