Skip to content

Commit 2ae1289

Browse files
committed
fix: Remove unnecessary parameter
1 parent bba532b commit 2ae1289

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/debugprint/utils/buffer.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ M.toggle_comment_line = function(line)
6666
else
6767
vim.notify_once(
6868
"mini.nvim is required to toggle comment debugprint lines prior to NeoVim 0.10",
69-
vim.log.levels.ERROR,
70-
{}
69+
vim.log.levels.ERROR
7170
)
7271
end
7372
end

0 commit comments

Comments
 (0)