branch: elpa/ws-butler
commit a5c01e32211e3675aeb1c22de6396a9277587065
Author: Le Wang <[email protected]>
Commit: Le Wang <[email protected]>

    remove debug message
---
 ws-butler.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ws-butler.el b/ws-butler.el
index 3bdcf776de..36a3830612 100644
--- a/ws-butler.el
+++ b/ws-butler.el
@@ -99,7 +99,6 @@ point."
                         (point-at-bol))
              end (progn (goto-char end)
                         (point-at-eol))))
-     (message (format "-----------point is %s" (point)))
      (when (and (>= (point) beg)
                 (<= (point) end))
        (setq ws-butler-saved-ws (when (and (looking-at-p "\\s-*$")

Reply via email to