We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a0642 commit b510835Copy full SHA for b510835
1 file changed
code_comments/notification.py
@@ -133,9 +133,6 @@ def get_recipients(self, comment):
133
# Remove duplicates
134
ccrcpts = ccrcpts.difference(torcpts)
135
136
- self.env.log.debug("Will send notification to: %s" % torcpts)
137
- self.env.log.debug("Will copy notification to: %s" % ccrcpts)
138
-
139
return (torcpts, ccrcpts)
140
141
def _get_author_name(self, comment):
0 commit comments