We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a029220 commit 5e832eaCopy full SHA for 5e832ea
lua/opencode/ui/renderer.lua
@@ -111,11 +111,6 @@ function M.render_full_session()
111
return
112
end
113
114
- if config.debug.enabled then
115
- -- TODO: I want to track full renders for now, remove at some point
116
- vim.notify('rendering full session\n' .. debug.traceback(), vim.log.levels.WARN)
117
- end
118
-
119
fetch_session():and_then(M._render_full_session_data)
120
121
0 commit comments