Delete unnecessary logs

This commit is contained in:
Aydin Kim 2013-01-31 15:47:44 +09:00
parent 42b462e076
commit 6102d2abf2
1 changed files with 0 additions and 2 deletions

View File

@ -180,10 +180,8 @@ impl<A> DVec<A> {
data <-> self.data;
let data_ptr: *() = cast::reinterpret_cast(&data);
if data_ptr.is_null() { fail ~"Recursive use of dvec"; }
log(error, ~"a");
self.data = move ~[move t];
self.data.push_all_move(move data);
log(error, ~"b");
}
}