Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 19, 2024
1 parent 4a1da1e commit b62a26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local setmetatable = setmetatable

-- Set this true to get tracebacks in error messages. It slows down lazyvars a lot,
-- so don't use except when debugging.
local ExtendedErrorMessages = true
local ExtendedErrorMessages = false
local EvalContext = nil
local WeakKeyMeta = { __mode = 'k' }

Expand Down

0 comments on commit b62a26a

Please sign in to comment.