From: Stefan Monnier Date: Fri, 21 Sep 2007 07:24:41 +0000 (+0000) Subject: (normal-top-level): Remove left over debug message. X-Git-Tag: emacs-pretest-23.0.90~10757 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=351e3a03f93c2e8e94c8cf5cd96f11450d04c074;p=emacs.git (normal-top-level): Remove left over debug message. --- diff --git a/lisp/startup.el b/lisp/startup.el index a2f7a95651c..af1d9c73152 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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.