From 6968582fe067d08d454155a1013bcd3d697d4526 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 1 Nov 2002 09:18:40 +0000 Subject: (ido-read-file-name): Removed leftover debug message "gotit". --- lisp/ido.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/ido.el') diff --git a/lisp/ido.el b/lisp/ido.el index 9a79023775..95a3734e99 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)) -- cgit v1.2.3