Skip to content

Commit 9b33add

Browse files
committed
chore(renderer): remove debug log
1 parent c1e625a commit 9b33add

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/opencode/ui/renderer.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,6 @@ function M.on_part_updated(properties, revert_index)
555555
--- previous last part so it doesn't also display the message. If there was no previous
556556
--- part, then we need to rerender the header so it doesn't display the error
557557

558-
vim.notify('new part and error: ' .. part.id)
559-
560558
if not prev_last_part_id then
561559
-- no previous part, we're the first part, re-render the message header
562560
-- so it doesn't also display the error

0 commit comments

Comments
 (0)