From 3b7875477b38ca4d913ed682041e44e164cf2edb Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 13 Apr 2008 15:11:31 +0100 Subject: [PATCH] dot-emacs: remove stray debugging code. --- dot-emacs.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot-emacs.el b/dot-emacs.el index f3c28f9..8a724ab 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -29,8 +29,6 @@ "Whether .emacs should optimize for rapid startup. This may be at the expense of cool features.") (let ((probe nil) (next command-line-args)) - (message "probe = %s" probe) - (message "next = %s" next) (while next (cond ((string= (car next) "--mdw-fast-startup") (setq mdw-fast-startup t) -- 2.11.0