Skip to content

Commit

Permalink
chore(emailfwd): remove unneeded debug log
Browse files Browse the repository at this point in the history
statements
  • Loading branch information
theo-o committed Oct 13, 2019
1 parent e9104bc commit aadaa95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intranet/apps/emailfwd/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def senior_email_forward_view(request):
form = SeniorEmailForwardForm(request.POST, instance=forward)
else:
form = SeniorEmailForwardForm(request.POST)
logger.debug(form)
if form.is_valid():
obj = form.save(commit=False)
obj.user = request.user
Expand Down

0 comments on commit aadaa95

Please sign in to comment.