(normal-top-level): Remove left over debug message.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Sep 2007 07:24:41 +0000 (07:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Sep 2007 07:24:41 +0000 (07:24 +0000)
lisp/startup.el

index a2f7a95..af1d9c7 100644 (file)
@@ -511,7 +511,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
           (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.