summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2003-05-09 10:01:52 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2003-05-09 10:01:52 +0000
commitb3ccea2d6de1bc35385cda52405333d9aeeaa06e (patch)
treeff45cff10ba3448e9ca764283717b3d3456ac1a2 /otherlibs/labltk
parent14ec9d12bdc470f104926f8f653aecff86130b27 (diff)
oubli info debug
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5544 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk')
-rw-r--r--otherlibs/labltk/browser/searchpos.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/otherlibs/labltk/browser/searchpos.ml b/otherlibs/labltk/browser/searchpos.ml
index 3e6778628..6f2657fa1 100644
--- a/otherlibs/labltk/browser/searchpos.ml
+++ b/otherlibs/labltk/browser/searchpos.ml
@@ -343,9 +343,7 @@ let rec view_signature ?title ?path ?(env = !start_env) ?(detach=false) sign =
view_module path ~env;
find_shown_module path
in
- prerr_endline (Widget.name mw.mw_frame);
(try !set_path path ~sign with _ -> ());
- prerr_endline "Here";
begin match mw.mw_title with None -> ()
| Some label ->
Label.configure label ~text:title;