changeset 104635:3401053d8020

* vc-dir.el (vc-dir-update): Remove debug helper.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 27 Aug 2009 07:25:43 +0000
parents 2bddb545bf4c
children bc74846b9a54
files lisp/ChangeLog lisp/vc-dir.el
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 27 07:22:47 2009 +0000
+++ b/lisp/ChangeLog	Thu Aug 27 07:25:43 2009 +0000
@@ -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>
--- a/lisp/vc-dir.el	Thu Aug 27 07:22:47 2009 +0000
+++ b/lisp/vc-dir.el	Thu Aug 27 07:25:43 2009 +0000
@@ -368,7 +368,6 @@
 	       (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)