Skip to content

Commit d6c0d1f

Browse files
champignoomvhyrro
authored andcommitted
refactor(concealer): remove print
1 parent fc09cfc commit d6c0d1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/neorg/modules/core/concealer/module.lua

-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,6 @@ module.public = {
459459
local link_title_node = node:next_named_sibling()
460460
local link_title = vim.treesitter.get_node_text(link_title_node, bufid)
461461
if config.numeric_superscript and link_title:match("^[-0-9]+$") then
462-
vim.print(link_title)
463462
local t = {}
464463
for i = 1, #link_title do
465464
local d = link_title:sub(i, i)

0 commit comments

Comments
 (0)