From: Mark Wooding Date: Sun, 13 Apr 2008 14:11:31 +0000 (+0100) Subject: dot-emacs: remove stray debugging code. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/3b7875477b38ca4d913ed682041e44e164cf2edb dot-emacs: remove stray debugging code. --- 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)