Skip to content

Commit a24620d

Browse files
committed
fix: remove unused verbose arg
1 parent 14c3d5c commit a24620d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/img-clip/util.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ M.has = function(feature)
5757
end
5858

5959
---@param msg string
60-
---@param verbose boolean?
61-
M.warn = function(msg, verbose)
60+
M.warn = function(msg)
6261
if config.get_opt("verbose") then
6362
vim.notify(msg, vim.log.levels.WARN, { title = "img-clip" })
6463
end

0 commit comments

Comments
 (0)