8000 Merge pull request #58 from tiberiuana/patch-1 · Twilio-api/twilio-python@ff55942 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff55942

Browse files
committed
Merge pull request twilio#58 from tiberiuana/patch-1
Removed extraneous print statement in twiml
2 parents b5cc81e + 3d45a9e commit ff55942

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 302D
 (0)
0