Skip to content

Commit b510835

Browse files
committed
Removed superfluous debug logging of notification recipients.
1 parent 60a0642 commit b510835

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code_comments/notification.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ def get_recipients(self, comment):
133133
# Remove duplicates
134134
ccrcpts = ccrcpts.difference(torcpts)
135135

136-
self.env.log.debug("Will send notification to: %s" % torcpts)
137-
self.env.log.debug("Will copy notification to: %s" % ccrcpts)
138-
139136
return (torcpts, ccrcpts)
140137

141138
def _get_author_name(self, comment):

0 commit comments

Comments
 (0)