Skip to content

Commit de2657a

Browse files
committed
chore(renderer): remove errant debug log
1 parent f38253c commit de2657a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/opencode/ui/renderer.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ end
310310
---@param formatted_data Output Formatted header as Output object
311311
---@return boolean Success status
312312
function M._replace_message_in_buffer(message_id, formatted_data)
313-
vim.notify('replacing message in buffer')
314313
local cached = M._render_state:get_message(message_id)
315314
if not cached or not cached.line_start or not cached.line_end then
316315
return false

0 commit comments

Comments
 (0)