Skip to content

Commit

Permalink
Merge pull request #971 from GeyseR/patch-1
Browse files Browse the repository at this point in the history
Remove irrelevant comment
  • Loading branch information
etianen authored Jul 29, 2024
2 parents 6796b93 + 9d71aae commit 7c23ff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reversion/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def do_revision_view(request, *args, **kwargs):
if request_creates_revision(request):
with create_revision_base(manage_manually=manage_manually, using=using, atomic=atomic):
response = func(request, *args, **kwargs)
# Otherwise, we're good.
_set_user_from_request(request)
return response
return func(request, *args, **kwargs)
Expand Down

0 comments on commit 7c23ff4

Please sign in to comment.