diff --git a/twilio/twiml.py b/twilio/twiml.py index 3815403f79..ba7d028541 100644 --- a/twilio/twiml.py +++ b/twilio/twiml.py @@ -81,7 +81,6 @@ def xml(self): return el def append(self, verb): - print self.nestables if not self.nestables or verb.name not in self.nestables: raise TwimlException("%s is not nestable inside %s" % \ (verb.name, self.name))