We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad77737 commit dad7833Copy full SHA for dad7833
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