Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 64a0191

Browse files
author
notin
committed
Oubli lors de la révision #11177
git-svn-id: svn://scm.gforge.inria.fr/svn/coq/trunk@11179 85f007b7-540e-0410-9357-904b9bb8a0f7
1 parent 3cbc92c commit 64a0191

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tools/coqdoc/index.mll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,7 @@ and module_refs = parse
407407
{ module_refs lexbuf }
408408
| ident
409409
{ let id = lexeme lexbuf in
410-
(Printf.eprintf "DEBUG: id = %s\n" id;
411-
try
410+
(try
412411
add_mod !current_library (lexeme_start lexbuf) (Hashtbl.find modules id) id
413412
with
414413
Not_found -> ()

tools/coqdoc/output.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ module Html = struct
443443
printf "</span>"
444444
end else
445445
begin
446-
Printf.eprintf "DEBUG: looking for (%s, %d)\n" !current_module loc;
447446
try
448447
(match Index.find !current_module loc with
449448
| Def (fullid,_) ->

0 commit comments

Comments
 (0)