From cff3892c415286fbd0592ab0def16b03ad923f55 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 30 Jan 2018 21:52:09 -0700 Subject: spwd20.el: drop debug message --- .emacs.d/site-lisp/spwd20.el | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs.d/site-lisp') diff --git a/.emacs.d/site-lisp/spwd20.el b/.emacs.d/site-lisp/spwd20.el index 1150b122..00d97ab5 100644 --- a/.emacs.d/site-lisp/spwd20.el +++ b/.emacs.d/site-lisp/spwd20.el @@ -188,7 +188,6 @@ the best N of them, e.g., 4d6k3." (skip-chars-forward " ") (when (looking-at "[0-9]+") (let ((max-hp (string-to-int (match-string 0)))) - (message "max-hp is %d; total-damage is %d" max-hp total-damage) (if (>= total-damage max-hp) (progn (org-table-goto-column 2) -- cgit v1.2.3