Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Removing old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptsrc committed Sep 18, 2017
1 parent 5b6a5bd commit fd4892b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security_monkey/auditor.py
Expand Up @@ -507,7 +507,6 @@ def save_issues(self):
if not issue.auditor_setting:
self._set_auditor_setting_for_issue(issue)

# existing_issues = list(item.db_item.issues)
existing_issues = {'{cls} -- {key}'.format(
cls=issue.auditor_setting.auditor_class,
key=issue.key()): issue for issue in list(item.db_item.issues)}
Expand Down

0 comments on commit fd4892b

Please sign in to comment.