Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechowskid authored Dec 1, 2023
1 parent a88d16d commit 69c789b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css-in-js-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ Returns a cons cell (start . end) of buffer locations."
"Treesit indent function to handle some css-in-js edge cases.
Calls `treesit-simple-indent' with NODE, PARENT, BOL, and a different rule-set
based on language at point."
(message "node: %s parent: %s bol: %s" node parent bol)
(if (eq (treesit-language-at (point)) 'css-in-js)
(let ((treesit-simple-indent-rules css-in-js-mode--indent-rules))
(treesit-simple-indent node parent bol))
Expand Down

0 comments on commit 69c789b

Please sign in to comment.