Skip to content

Commit

Permalink
Removed superfluous configure debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Oct 11, 2019
1 parent 9038166 commit 5183600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/discover.ml
Expand Up @@ -55,7 +55,6 @@ let () =
"-DPG_OCAML_MINOR_VERSION=" ^ minor
with exn -> print_fail (); raise exn
in
eprintf "major: %s, minor: %s" major minor;
let conf = {
C.Pkg_config.
cflags = [pgsql_includedir; major; minor];
Expand Down

0 comments on commit 5183600

Please sign in to comment.