emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 4d1e7db294 309/431: TS: remove debug messag


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 4d1e7db294 309/431: TS: remove debug message
Date: Mon, 16 Sep 2024 12:59:44 -0400 (EDT)

branch: externals/indent-bars
commit 4d1e7db29439978167d59ed499f3325ed4d50c0e
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]