diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-08-27 07:25:43 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-08-27 07:25:43 +0000 |
commit | 652cc1a2e69a6d7d2663f9039c916a53928ed35d (patch) | |
tree | 13490e18474824846895ea0b6b939c87f0a02a79 /lisp/vc-dir.el | |
parent | 1339cf204c4467f0932963aeb89503b8da91efb6 (diff) | |
download | emacs-652cc1a2e69a6d7d2663f9039c916a53928ed35d.tar.gz |
* vc-dir.el (vc-dir-update): Remove debug helper.
Diffstat (limited to 'lisp/vc-dir.el')
-rw-r--r-- | lisp/vc-dir.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el index 1efd0bc09db..c87366b8294 100644 --- a/lisp/vc-dir.el +++ b/lisp/vc-dir.el @@ -368,7 +368,6 @@ If NOINSERT, ignore elements on ENTRIES which are not in the ewoc." (entrydir (file-name-directory (directory-file-name (expand-file-name entryfile)))) (nodedir (vc-dir-node-directory node))) - (message "entryfile %s entrydir %s" entryfile entrydir) (cond ;; First try to find the directory. ((string-lessp nodedir entrydir) |