From: Enrico Tassi Date: Mon, 12 Nov 2007 16:42:19 +0000 (+0000) Subject: removed ugly printing X-Git-Tag: 0.4.95@7852~16 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=f1efdff5ded26d264f2848ff53c19fe2099682a3;hp=abc2a8f11642390d930fbe81333f2f2b7467809d;p=helm.git removed ugly printing --- diff --git a/components/library/libraryDb.ml b/components/library/libraryDb.ml index 7ee8427f7..e82e91f97 100644 --- a/components/library/libraryDb.ml +++ b/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; ;;