Skip to content

Commit

Permalink
fix: remove extra debug logging (#153)
Browse files Browse the repository at this point in the history
I left this in accidentally, and it logged a confusing message every time.
  • Loading branch information
mikavilpas authored Jul 3, 2024
1 parent cf1a2c7 commit 2fc4679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/yazi/log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ end

---@param message string
function Log:debug(message)
vim.notify(vim.inspect({ self.level }))
if
self.level
and self.level ~= log_levels.OFF
Expand Down

0 comments on commit 2fc4679

Please sign in to comment.