diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/index.mll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/coqdoc/index.mll b/tools/coqdoc/index.mll index 7f770f0f51..48248d8fb9 100644 --- a/tools/coqdoc/index.mll +++ b/tools/coqdoc/index.mll @@ -161,7 +161,6 @@ let find_external_library logicalpath = let rec aux = function | [] -> raise Not_found | (l,u)::rest -> - Printf.eprintf "Looking for %s in %s\n%!" l logicalpath; if String.length logicalpath > String.length l & String.sub logicalpath 0 (String.length l + 1) = l ^"." then u |
