From 36dfc2309f11c8b2c7c17cee3afb10b1fafb5536 Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Wed, 9 Nov 2016 11:50:23 -0300 Subject: [PATCH] Deleting print test #211 --- app/views.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index 17e3662..aae2a10 100644 --- a/app/views.py +++ b/app/views.py @@ -81,7 +81,6 @@ class AmadeusSettings(LoginRequiredMixin, HasRoleMixin, generic.CreateView): context['form'] = EmailBackendForm(instance = setting) except: pass - print(context['form']) return context -- libgit2 0.21.2