Skip to content

Commit bc2dd43

Browse files
committed
ok
1 parent eb24e16 commit bc2dd43

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lua/CopilotChat/config/providers.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,6 @@ M.copilot = {
242242

243243
if response.body and response.body.endpoints and response.body.endpoints.api then
244244
log.info('get_headers ok, authenticated. Use api endpoint: ' .. response.body.endpoints.api)
245-
log.info(utils.to_string(response)) --TODO: remove me, testing only
246-
error(
247-
'get_headers authenticated, but missing key "endpoints.api" in server response. Check log for details: '
248-
.. MC.config.log_path
249-
) -- TODO: remove me
250245
M.endpoints_api = response.body.endpoints.api
251246
else
252247
log.error(

0 commit comments

Comments
 (0)