Skip to content

Commit 5183600

Browse files
committed
Removed superfluous configure debug statement
1 parent 9038166 commit 5183600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/discover.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ let () =
5555
"-DPG_OCAML_MINOR_VERSION=" ^ minor
5656
with exn -> print_fail (); raise exn
5757
in
58-
eprintf "major: %s, minor: %s" major minor;
5958
let conf = {
6059
C.Pkg_config.
6160
cflags = [pgsql_includedir; major; minor];

0 commit comments

Comments
 (0)