branch: externals/indent-bars
commit 4d1e7db29439978167d59ed499f3325ed4d50c0e
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
TS: remove debug message
---
indent-bars-ts.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 831bf9f320..ce97d7f250 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -384,7 +384,6 @@ ranges and update. Note that the updated node range clips
to an
(cl-loop for rng in (indent-bars-ts--union old new)
for (beg . end) = (indent-bars-ts--intersection rng
clip-wide)
if (and beg end) do
- (message "Flushing %d lines" (count-lines beg end))
(font-lock-flush beg end))
(set-marker (car old) (car new))
(set-marker (cdr old) (cdr new))