8000 Removed print statement from Response.append because it breaks CGI apps. · ftobia/twilio-python@3d45a9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d45a9e

Browse files
committed
Removed print statement from Response.append because it breaks CGI apps.
1 parent b5cc81e commit 3d45a9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

twilio/twiml.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def xml(self):
8181
return el
8282

8383
def append(self, verb):
84-
print self.nestables
8584
if not self.nestables or verb.name not in self.nestables:
8685
raise TwimlException("%s is not nestable inside %s" % \
8786
(verb.name, self.name))

0 commit comments

Comments
 (0)
0