branch: externals/matlab-mode
commit c0e37fc78426b41614a1371a759bb1b9e0ef0b54
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-ts-mode: remove debugging code
---
matlab-ts-mode.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index 6ccf38835a..949e0adde7 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -1527,9 +1527,6 @@ For optional _NODE, PARENT, and _BOL see
`treesit-simple-indent-rules'."
(treesit-parent-until (or node parent) (rx bos "ERROR"
eos)))))
;; We shouldn't indent if we don't handle the particular error (no
matched rule is okay
(when (not in-error)
- (message "xxx1 %S" (or node parent))
- (message "xxx2 %S" (treesit-parent-until (or node parent) (rx bos
"ERROR" eos)))
-
(error "Assert: no indent rule for: N:%S P:%S BOL:%S GP:%S NPS:%S
BUF:%S"
node parent bol
(treesit-node-parent parent)