]> git.parisson.com Git - teleforma.git/commitdiff
fix
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 17:26:50 +0000 (19:26 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 17:26:50 +0000 (19:26 +0200)
teleforma/views.py

index 44e9b55ee8f2ceae4b9d051b12396f7ba08d4d2a..4518413bb80eae81f25be547a60bacd2c9ce2c12 100755 (executable)
@@ -406,7 +406,6 @@ class ConferenceRecordView(FormView):
         return super(ConferenceRecordView, self).form_valid(form)
 
     def snapshot(self, url, dir):
-        print url
         img = urllib.urlopen(url)
         path = dir + os.sep + 'preview.webp'
         f = open(path, 'w')