Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jan 7, 2025
1 parent 772d129 commit 1c4c288
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions djangocms_form_builder/cms_plugins/ajax_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,6 @@ def form_valid(self, form):
"",
)
redirect = redirect or redir
print( {
"result": result,
"redirect": redirect,
"errors": errors,
"field_errors": {},
"content": content,
})
return JsonResponse(
{
"result": result,
Expand Down

0 comments on commit 1c4c288

Please sign in to comment.