diff --git a/modules/lang/ocaml/doctor.el b/modules/lang/ocaml/doctor.el index 26ec17506..7429c68c6 100644 --- a/modules/lang/ocaml/doctor.el +++ b/modules/lang/ocaml/doctor.el @@ -18,5 +18,3 @@ (when (featurep! :editor format) (unless (executable-find "ocamlformat") (warn! "Couldn't find ocamlformat. Code-formatting will be unavailable"))) - -;; ocamlformat is optional, don't warn about it