Skip to content

Commit 349519e

Browse files
cleanup logging
Co-authored-by: Cody Maffucci <46459665+Maffooch@users.noreply.github.com>
1 parent 6525474 commit 349519e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dojo/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2678,7 +2678,6 @@ def __str__(self):
26782678
def save(self, dedupe_option=True, rules_option=True, product_grading_option=True, # noqa: FBT002
26792679
issue_updater_option=True, push_to_jira=False, user=None, *args, **kwargs): # noqa: FBT002 - this is bit hard to fix nice have this universally fixed
26802680
logger.debug("Start saving finding of id " + str(self.id) + " dedupe_option:" + str(dedupe_option) + " (self.pk is %s)", "None" if self.pk is None else "not None")
2681-
# logger.debug("Stacktrace:\n%s", "".join(traceback.format_stack()))
26822681
from dojo.finding import helper as finding_helper
26832682

26842683
# if not isinstance(self.date, (datetime, date)):

0 commit comments

Comments
 (0)