Skip to content

Commit 38d4961

Browse files
author
Sunny Raj Rathod
authored
Update apicontrollersbase.py
1 parent bd624f5 commit 38d4961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

authorizenet/apicontrollersbase.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def execute(self):
132132
if self._httpResponse:
133133
self._httpResponse.encoding = constants.response_encoding
134134
self._httpResponse = self._httpResponse.text[3:] #strip BOM
135-
print(self._httpResponse);
136135
self.afterexecute()
137136
try:
138137
self._response = apicontractsv1.CreateFromDocument(self._httpResponse)

0 commit comments

Comments
 (0)