From: yomguy Date: Wed, 18 Jul 2012 17:26:50 +0000 (+0200) Subject: fix X-Git-Tag: 0.7-dev^2~84 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2633fc5cc176c959e184ad0704ef87eaaf560555;p=teleforma.git fix --- diff --git a/teleforma/views.py b/teleforma/views.py index 44e9b55e..4518413b 100755 --- a/teleforma/views.py +++ b/teleforma/views.py @@ -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')