dot-emacs: remove stray debugging code.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 13 Apr 2008 14:11:31 +0000 (15:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 Apr 2008 14:11:31 +0000 (15:11 +0100)
dot-emacs.el

index f3c28f9..8a724ab 100644 (file)
@@ -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)