Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 3186ada

Browse files
author
Luke Hinds
committed
And Complete request..
1 parent 135f136 commit 3186ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/providers/copilot/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def data_received(self, data: bytes) -> None:
452452
if self._has_complete_body():
453453
# Process the complete request through the pipeline
454454
complete_request = bytes(self.buffer)
455-
logger.debug(f"Complete request: {complete_request}")
455+
# logger.debug(f"Complete request: {complete_request}")
456456
self.buffer.clear()
457457
asyncio.create_task(self._forward_data_to_target(complete_request))
458458

0 commit comments

Comments
 (0)