We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4317d0b commit 635fe3fCopy full SHA for 635fe3f
1 file changed
lua/opencode/util.lua
@@ -146,7 +146,6 @@ end
146
function M.sanitize_lines(lines)
147
local stripped_lines = {}
148
for _, line in pairs(lines) do
149
- -- vim.notify(line)
150
table.insert(stripped_lines, M.strip_ansi(line))
151
end
152
0 commit comments