From edc5353f6286f235ad13eb0c0c363991388615b2 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 9 Mar 2004 15:59:56 +0000 Subject: [PATCH] Debug code removed. --- helm/ocaml/mathql_interpreter/mQIMySql.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/ocaml/mathql_interpreter/mQIMySql.ml b/helm/ocaml/mathql_interpreter/mQIMySql.ml index 170a2dfe5..3f8d2aa78 100644 --- a/helm/ocaml/mathql_interpreter/mQIMySql.ml +++ b/helm/ocaml/mathql_interpreter/mQIMySql.ml @@ -46,7 +46,6 @@ let quote s = let exec c q = let g = function None -> "" | Some v -> v in let f a = List.map g (Array.to_list a) in -prerr_endline ("###\n" ^ q); Mysql.map ~f:f (Mysql.exec c q), q let exec c table cols ct cfl = -- 2.39.2