Skip to content

Commit

Permalink
removing unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 17, 2024
1 parent a66f9e9 commit b5a6490
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions twilio/rest/preview_iam/v1/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ def create(
}
)
headers = values.of({"Content-Type": "application/x-www-form-urlencoded"})
print('.......')
print(f'{data}')
print('.......')
print(f'{headers}')
print('.......')
payload = self._version.create(
method="POST", uri=self._uri, data=data, headers=headers
)
Expand Down

0 comments on commit b5a6490

Please sign in to comment.