From: Guillaume Pellerin Date: Fri, 18 Jul 2014 10:32:27 +0000 (+0200) Subject: cleanup X-Git-Tag: 1.1~405 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6fe9ab4c49b0a026af750d5b9dbc984b6ea5a706;p=teleforma.git cleanup --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index a6e399b4..f6dc6703 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -298,7 +298,6 @@ class Script(BaseResource): self.date_submitted = datetime.datetime.now() # self.url = 'http://teleforma.parisson.com/media/scripts/2014/06/24/Gstreamer_monitoring_Pipleline.pdf' self.url = settings.MEDIA_URL + unicode(self.file) - print self.url self.box_uuid = crocodoc.document.upload(url=self.url) while True: statuses = crocodoc.document.status([self.box_uuid,])