Skip to content

Commit

Permalink
Removed superfluous debug logging of notification recipients.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwuk committed Aug 7, 2014
1 parent 60a0642 commit b510835
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code_comments/notification.py
Expand Up @@ -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):
Expand Down

0 comments on commit b510835

Please sign in to comment.