]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some debug code that crept in
authorJohn Wiegley <johnw@newartisans.com>
Fri, 1 Dec 2017 19:17:34 +0000 (11:17 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 1 Dec 2017 19:17:34 +0000 (11:17 -0800)
lisp/use-package/use-package.el

index fe2233057704a8f67dcc666a355658994cfd4f6e..4e6526498611c4526bd6df1c27ef08ce2354e339 100644 (file)
@@ -1787,7 +1787,6 @@ this file.  Usage:
                (emacs-lisp-mode)
                (insert (pp-to-string body))
                (current-buffer)))))
-        (message "body = %s" body)
         body))))