Skip to content

Commit

Permalink
Disable debug logging in gh completions by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Dec 24, 2024
1 parent 59a51e6 commit f0eb436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/gh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if not clink_version.has_linked_setdelayinit_fix then
end

--------------------------------------------------------------------------------
local debug
--[[]]
local debug = nil
--[[
debug = {
debug_output = true, -- Enable debugging output.
debug_log_all_usage = true, -- Write all USAGE info to dbgfile.
Expand Down

0 comments on commit f0eb436

Please sign in to comment.