remove some debug output

This commit is contained in:
Oliver Schneider 2016-09-30 10:45:13 +02:00
parent 18c8c852e4
commit 8c666b30ed
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -838,8 +838,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
let offset = variant.field_offset(field.index()).bytes();
let ptr = base.ptr.offset(offset as isize);
trace!("{:?}", base);
trace!("{:?}", field_ty);
if self.type_is_sized(field_ty) {
ptr
} else {