From: Mark Wooding Date: Thu, 17 Dec 2009 17:51:30 +0000 (+0000) Subject: el/dot-emacs.el: Remove stray debugging code. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/106b85a3371bbe8d0eaad3c78ec939a69a2006a7?ds=inline el/dot-emacs.el: Remove stray debugging code. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 6a7cf70..f66b833 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -739,7 +739,6 @@ doesn't match any of the regular expressions in frame-display) (progn "frame %s still uses us" nil))) (frame-list)))) - (message "turn out the lights") (run-with-idle-timer 0 nil #'x-close-connection frame-display)))) (add-hook 'delete-frame-functions 'mdw-last-one-out-turn-off-the-lights)