From 6fe9ab4c49b0a026af750d5b9dbc984b6ea5a706 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 18 Jul 2014 12:32:27 +0200 Subject: [PATCH] cleanup --- teleforma/exam/models.py | 1 - 1 file changed, 1 deletion(-) 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,]) -- 2.39.5