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

Commit 26c7606

Browse files
committed
Code cleanup
1 parent 49fefb0 commit 26c7606

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/codegate/providers/copilot/provider.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ async def handle_http_request(self):
162162
return
163163
logger.debug(f"Target URL: {target_url}")
164164

165-
logger.debug(f"Target URL: {target_url}")
166-
167165
parsed_url = urlparse(target_url)
168166
logger.debug(f"Parsed URL {parsed_url}")
169167

0 commit comments

Comments
 (0)