Skip to content

Commit

Permalink
refactor(concealer): remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
champignoom authored Feb 21, 2024
1 parent a886a2e commit 40006a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neorg/modules/core/concealer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ module.public = {
local link_title_node = node:next_named_sibling()
local link_title = vim.treesitter.get_node_text(link_title_node, bufid)
if config.numeric_superscript and link_title:match("^[-0-9]+$") then
vim.print(link_title)
local t = {}
for i = 1, #link_title do
local d = link_title:sub(i, i)
Expand Down

0 comments on commit 40006a0

Please sign in to comment.