Skip to content

Commit

Permalink
refactor(copilot): don't log stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Sep 21, 2024
1 parent 9e3112d commit a42f800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/codecompanion/adapters/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ return {
return openai.handlers.inline_output(data, context)
end,
on_stdout = function(self, data)
log:debug("Copilot stdout: %s", data._stdout_results)
return openai.handlers.on_stdout(self, data)
end,
},
Expand Down

0 comments on commit a42f800

Please sign in to comment.