Commit 36dfc2309f11c8b2c7c17cee3afb10b1fafb5536
1 parent
d91f22c4
Exists in
master
and in
5 other branches
Deleting print test #211
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/views.py
@@ -81,7 +81,6 @@ class AmadeusSettings(LoginRequiredMixin, HasRoleMixin, generic.CreateView): | @@ -81,7 +81,6 @@ class AmadeusSettings(LoginRequiredMixin, HasRoleMixin, generic.CreateView): | ||
81 | context['form'] = EmailBackendForm(instance = setting) | 81 | context['form'] = EmailBackendForm(instance = setting) |
82 | except: | 82 | except: |
83 | pass | 83 | pass |
84 | - print(context['form']) | ||
85 | return context | 84 | return context |
86 | 85 | ||
87 | 86 |