Skip to content

Commit 13272cd

Browse files
committed
Remove errant eprintf
1 parent 1ba04be commit 13272cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

myocamlbuild.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ let string_trim s =
711711
let pkg_export =
712712
let env = BaseEnvLight.load () in
713713
let bcs = BaseEnvLight.var_get "brewcheck" env in
714-
let () = Printf.eprintf "bcs: %s\n" bcs in
715714
let bcs = try bool_of_string bcs with _ -> false in
716715
if not bcs then ""
717716
else

0 commit comments

Comments
 (0)