summaryrefslogtreecommitdiff
path: root/.emacs.d/site-lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-01-30 21:52:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-01-30 21:52:09 -0700
commitcff3892c415286fbd0592ab0def16b03ad923f55 (patch)
tree6f45dc42673036a1405ac15b830d79e9b7288ecb /.emacs.d/site-lisp
parent11c112a782254caca7fcced1054b01f786d8310e (diff)
downloaddotfiles-cff3892c415286fbd0592ab0def16b03ad923f55.tar.gz
spwd20.el: drop debug message
Diffstat (limited to '.emacs.d/site-lisp')
-rw-r--r--.emacs.d/site-lisp/spwd20.el1
1 files changed, 0 insertions, 1 deletions
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)