Skip to content
Snippets Groups Projects
Commit 9aa687fe authored by Kilyan Le Gallic's avatar Kilyan Le Gallic Committed by Allan Blanchard
Browse files

[wp] Removed error throwing

parent 9ba1f17a
No related branches found
No related tags found
No related merge requests found
......@@ -309,8 +309,6 @@ let import_theory (env : env) thname =
types = List.rev menv.lti;
paths = theory_path };
end
else
L.error "Trying to register %s a second time, ignoring" thname;
with W.Env.LibraryNotFound _ ->
L.error "Library %s not found" thname
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment