diff --git a/code_comments/notification.py b/code_comments/notification.py index 96aec1f..d1033c1 100644 --- a/code_comments/notification.py +++ b/code_comments/notification.py @@ -133,9 +133,6 @@ def get_recipients(self, comment): # Remove duplicates ccrcpts = ccrcpts.difference(torcpts) - self.env.log.debug("Will send notification to: %s" % torcpts) - self.env.log.debug("Will copy notification to: %s" % ccrcpts) - return (torcpts, ccrcpts) def _get_author_name(self, comment):