Removed extra log

This commit is contained in:
Harrison Cramer
2023-08-14 17:59:40 -04:00
parent fd99159c3d
commit 0a4ce10aa1

View File

@@ -175,7 +175,6 @@ M.redraw_node = function(text)
state.tree:render()
local buf = vim.api.nvim_get_current_buf()
u.darken_metadata(buf, '')
vim.notify("Edited comment!", vim.log.levels.INFO)
end
return M