diff options
| author | Alasdair Armstrong | 2017-08-30 17:59:38 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-08-30 17:59:38 +0100 |
| commit | 7e143cc0d5040ebfa9983be58ab66a83eee04573 (patch) | |
| tree | a557b852e796c35e0fd863c1f1bf3385ff6ae9a7 /src | |
| parent | bfa119cb7a08f3a99cab5ae635e1fb6f6c55f25b (diff) | |
Remove debug print statement from rewriter
Diffstat (limited to 'src')
| -rw-r--r-- | src/rewriter.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rewriter.ml b/src/rewriter.ml index 8f1ac9f7..3dc66b04 100644 --- a/src/rewriter.ml +++ b/src/rewriter.ml @@ -2615,7 +2615,6 @@ let rewrite_simple_assignments defs = let env = env_of_annot annot in match e_aux with | E_assign (lexp, exp) -> - print_endline ("REWRITE: " ^ string_of_exp (E_aux (e_aux, annot))); let (lexp, _, rhs) = rewrite_local_lexp lexp in let assign = mk_exp (E_assign (strip_lexp lexp, strip_exp (rhs exp))) in check_exp env assign unit_typ |
