Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanerjee20 committed Aug 25, 2023
1 parent 67a9ad1 commit 56953c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/cn/core_to_mucore.ml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ let rec n_expr (loc : Loc.t) ((env, old_states), desugaring_things) (global_type
) (get_cerb_magic_attr annots) in
let@ desugared_stmts_and_stmts =
ListM.mapM (fun (stmt_loc, stmt_str) ->
Printf.printf "Statement string: %s\n" stmt_str;
let marker_id = Option.get (get_marker annots) in
let marker_id_object_types = Option.get (get_marker_object_types annots) in
let@ parsed_stmt = Parse.parse C_parser.cn_statement (stmt_loc, stmt_str) in
Expand Down

0 comments on commit 56953c8

Please sign in to comment.