changeset 48108:c7684f618b74

(ido-read-file-name): Removed leftover debug message "gotit".
author Kim F. Storm <storm@cua.dk>
date Fri, 01 Nov 2002 09:18:40 +0000
parents c0a7fff00ce5
children 2c2ce75616ef
files lisp/ido.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Fri Nov 01 08:53:50 2002 +0000
+++ b/lisp/ido.el	Fri Nov 01 09:18:40 2002 +0000
@@ -3632,7 +3632,6 @@
    (ido-read-directory-name prompt dir default-filename mustmatch initial))
   ((and (not (memq this-command ido-read-file-name-non-ido))
 	(or (null predicate) (eq predicate 'file-exists-p)))
-   (message "gotit")
    (let (filename
 	 ido-saved-vc-mt
 	 (vc-master-templates (and (boundp 'vc-master-templates) vc-master-templates))