removing log statement that snuck in there

This commit is contained in:
Tim Chevalier 2011-06-27 11:37:39 -07:00
parent 1656fa19ef
commit a6f36ba3f5
1 changed files with 0 additions and 1 deletions

View File

@ -5799,7 +5799,6 @@ fn trans_expr_out(&@block_ctxt cx, &@ast::expr e, out_method output) ->
auto move_res =
move_val(rhs_res.res.bcx, DROP_EXISTING, lhs_res.res.val,
rhs_res.res.val, t);
log_err "returning move_res";
ret rslt(move_res.bcx, C_nil());
}
case (ast::expr_assign(?dst, ?src)) {