changeset 84754:fbb57a203ead

(normal-top-level): Remove left over debug message.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 21 Sep 2007 07:24:41 +0000
parents eceecc897cab
children 20cf1eac13db
files lisp/startup.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Fri Sep 21 07:24:01 2007 +0000
+++ b/lisp/startup.el	Fri Sep 21 07:24:41 2007 +0000
@@ -511,7 +511,6 @@
           (if (string-match "\\`DISPLAY=" varval)
               (setq display varval))))
       (when display
-        (message "Removing %s from process-environment" display)
         (delete display process-environment)))))
 
 ;; Precompute the keyboard equivalents in the menu bar items.