From: Kim F. Storm Date: Fri, 1 Nov 2002 09:18:40 +0000 (+0000) Subject: (ido-read-file-name): Removed leftover debug message "gotit". X-Git-Tag: ttn-vms-21-2-B4~12631 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6968582fe067d08d454155a1013bcd3d697d4526;p=emacs.git (ido-read-file-name): Removed leftover debug message "gotit". --- diff --git a/lisp/ido.el b/lisp/ido.el index 9a79023775a..95a3734e997 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -3632,7 +3632,6 @@ See `read-file-name' for additional parameters." (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))