Skip to content

Commit

Permalink
[feat] removes unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
inesmartins-swordhealth committed Nov 16, 2023
1 parent 7185609 commit 9e55b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dojo/finding/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,6 @@ def finding_bulk_update_all(request, pid=None):
find.active = form.cleaned_data["active"]
find.verified = form.cleaned_data["verified"]
if find.verified is True and find.verified_date is None:
logger.error('Updates verification date on finding_bulk_update_all')
find.verified_date = timezone.now()
find.false_p = form.cleaned_data["false_p"]
find.out_of_scope = form.cleaned_data["out_of_scope"]
Expand Down

0 comments on commit 9e55b92

Please sign in to comment.