Commit 36dfc2309f11c8b2c7c17cee3afb10b1fafb5536

Authored by ailsoncgt
1 parent d91f22c4

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 81 context['form'] = EmailBackendForm(instance = setting)
82 82 except:
83 83 pass
84   - print(context['form'])
85 84 return context
86 85  
87 86  
... ...