Skip to content

Commit a7960b0

Browse files
committed
chore(mention): remove debugging code
1 parent ae35ab3 commit a7960b0

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
@@ -60,9 +60,6 @@ function M.highlight_mentions_in_output(output, text, mentions, start_line)
6060

6161
if char_start == 0 and string.sub(text, 0, 1) ~= '@' then
6262
-- Work around Opencode bug? where mentions sometimes have a 0 start
63-
if config.debug.enabled then
64-
vim.notify('Mention bug, falling back to search')
65-
end
6663

6764
local start_pos, end_pos = string.find(line, mention.value, 1, true)
6865

0 commit comments

Comments
 (0)