From 2633fc5cc176c959e184ad0704ef87eaaf560555 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 18 Jul 2012 19:26:50 +0200 Subject: [PATCH] fix --- teleforma/views.py | 1 - 1 file changed, 1 deletion(-) 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') -- 2.39.5