Skip to content

Commit f0698da

Browse files
committed
restore logging
1 parent d256bc7 commit f0698da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/codeium/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local p_debug = "debug" -- vim.env.DEBUG_CODEIUM
1+
local p_debug = vim.env.DEBUG_CODEIUM
22

33
return require("plenary.log").new({
44
plugin = "codeium/codeium",

0 commit comments

Comments
 (0)