]> matita.cs.unibo.it Git - helm.git/blobdiff - components/library/libraryDb.ml
removed ugly printing
[helm.git] / components / library / libraryDb.ml
index 7ee8427f74086da808c463fac9391a324897efa8..e82e91f97f1629295d149ba1d066d11234932218 100644 (file)
@@ -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;
 ;;