Skip to content

Commit

Permalink
supression of useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhjd committed Aug 27, 2024
1 parent 5dfa8c4 commit 07dd7ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ohow/ohow.ml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ let process_file opts output_channel file =
write_markdown oc content
| "html" -> ohow ~indent:opts.Global.pretty file oc
| _ -> ohow ~indent:opts.Global.pretty file oc)
(* Ensure oc is closed in the default case *)
(* Global.with_current_file file (fun () ->
* get_output_channel output_channel file
* |> ohow ~indent:opts.Global.pretty file) *)

let init_extensions () =
Wiki_ext.init ();
Expand Down

0 comments on commit 07dd7ca

Please sign in to comment.