chores: remove debug log (#1160)

This commit is contained in:
yetone
2025-02-02 02:29:41 +08:00
committed by GitHub
parent b5ac768416
commit 5ac934f228

View File

@@ -115,7 +115,6 @@ M.parse_response = function(ctx, data_stream, _, opts)
if data_stream:match('"delta":') then
---@type OpenAIChatResponse
local jsn = vim.json.decode(data_stream)
Utils.debug("jsn", jsn)
if jsn.choices and jsn.choices[1] then
local choice = jsn.choices[1]
if choice.finish_reason == "stop" or choice.finish_reason == "eos_token" then