Remove debug message

This commit is contained in:
Raymond Huang 2018-08-13 06:23:04 -07:00
parent a7584cab36
commit 9b1c1bfc27
1 changed files with 0 additions and 1 deletions

View File

@ -383,7 +383,6 @@ Uses prefix (as PREFIX) to choose where to display it:
(save-excursion
(let ((relative-depth 0))
(while (>= relative-depth 0)
;; (message (concat "got: " (number-to-string relative-depth)))
(forward-line -1)
(if (bobp)
(setq relative-depth -2)) ;end fast