Skip to content

Commit 1d799d2

Browse files
cameronrsudo-tee
authored andcommitted
chore(util): remove debug log
1 parent ebac36e commit 1d799d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/opencode/util.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ end
146146
function M.sanitize_lines(lines)
147147
local stripped_lines = {}
148148
for _, line in pairs(lines) do
149-
-- vim.notify(line)
150149
table.insert(stripped_lines, M.strip_ansi(line))
151150
end
152151

0 commit comments

Comments
 (0)