branch: elpa/typst-ts-mode
commit ecfc70c96599154cedf96ebaf176adce467aefde
Author: meowking <[email protected]>
Commit: meowking <[email protected]>
chore: remove debug message echo
---
typst-ts-editing.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/typst-ts-editing.el b/typst-ts-editing.el
index 7b920fa10d..6cbca0b0d4 100644
--- a/typst-ts-editing.el
+++ b/typst-ts-editing.el
@@ -189,7 +189,6 @@ DIRECTION should be `up' or `down'."
(defun typst-ts-mode-meta-down ()
"See `typst-ts-mode-meta--dwim'."
(interactive)
- (message "%s" (typst-ts-mode-meta--dwim 'down))
(call-interactively (typst-ts-mode-meta--dwim 'down)))
(defun typst-ts-mode-meta-left ()