]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc-dir.el (vc-dir-update): Remove debug helper.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 27 Aug 2009 07:25:43 +0000 (07:25 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 27 Aug 2009 07:25:43 +0000 (07:25 +0000)
lisp/ChangeLog
lisp/vc-dir.el

index 62fb21f338219e9e19fee64ce859a4e741cdbda0..1072caf596be95ab5f8b4adcc8882feada1a4445 100644 (file)
@@ -34,6 +34,8 @@
 
 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * vc-dir.el (vc-dir-update): Remove debug helper.
+
        * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
 
 2009-08-26  Sam Steingold  <sds@gnu.org>
index 1efd0bc09db5fb3b7ae8edad0d9461cef924b84c..c87366b8294d0feb3b4341a320a82636d7728e75 100644 (file)
@@ -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)