Skip to content

Commit a928881

Browse files
committed
chore(mention): remove debug print
1 parent 9fc0a1e commit a928881

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/opencode/ui/mention.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ function M.highlight_mentions_in_output(output, text, mentions, start_line)
8080
local col_start = char_start - line_start
8181
local col_end = math.min(char_end - line_start + 1, #line)
8282

83-
-- vim.notify('adding extmark, col_start: ' .. col_start .. ', col_end: ' .. col_end)
84-
vim.notify('char: ' .. string.sub(line, col_start, col_start + 10))
85-
8683
output:add_extmark(start_line + i, {
8784
start_col = col_start,
8885
end_col = col_end,

0 commit comments

Comments
 (0)