Skip to content

Commit

Permalink
Remove unused log (#7)
Browse files Browse the repository at this point in the history
remove unused log
  • Loading branch information
fjpacheco authored Jun 18, 2024
1 parent 324dbe3 commit dd31ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def getExtraData():
body = request.json
else:
body = {}
print(f"en get extract data headers: {request.headers}")
headers = dict(request.headers)
if 'Host' in headers:
headers.pop('Host') # Invalid header
Expand Down

0 comments on commit dd31ccd

Please sign in to comment.