Skip to content

Commit b5a6490

Browse files
committed
removing unwanted logs
1 parent a66f9e9 commit b5a6490

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

twilio/rest/preview_iam/v1/token.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,8 @@ def create(
100100
}
101101
)
102102
headers = values.of({"Content-Type": "application/x-www-form-urlencoded"})
103-
print('.......')
104103
print(f'{data}')
105-
print('.......')
106104
print(f'{headers}')
107-
print('.......')
108105
payload = self._version.create(
109106
method="POST", uri=self._uri, data=data, headers=headers
110107
)

0 commit comments

Comments
 (0)