From 0c6428dca864b9bae4b8d09c8f4d40c214815633 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 12 Nov 2007 16:42:19 +0000 Subject: [PATCH] removed ugly printing --- helm/software/components/library/libraryDb.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/software/components/library/libraryDb.ml b/helm/software/components/library/libraryDb.ml index 7ee8427f7..e82e91f97 100644 --- a/helm/software/components/library/libraryDb.ml +++ b/helm/software/components/library/libraryDb.ml @@ -104,7 +104,7 @@ let clean_owner_environment () = match HSql.errno dbtype dbd with | HSql.No_such_table | HSql.Bad_table_error - | HSql.No_such_index -> prerr_endline statement; () + | HSql.No_such_index -> () | _ -> raise exn ) statements; ;; -- 2.39.2