Skip to content

Commit a6ef528

Browse files
committed
Remove extra debug
1 parent 4e1abc5 commit a6ef528

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727

2828
async def get_api_key(header_key: str = Security(api_key_header)):
29-
print(header_key)
3029
if header_key == API_KEY:
3130
return header_key
3231
raise HTTPException(

0 commit comments

Comments
 (0)