Commit e78d79c1 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)


Previous to commit ee171a2 the logline was working because of self.info() (now
deprecated) defaults to an empty message.
(cherry picked from commit c3f52a59ce8406d9e59253ad4621e4749abdaeef)
Co-authored-by: default avatarXtreak <tirkarthi@users.noreply.github.com>
parent d9b32169
......@@ -148,7 +148,6 @@ class CheckSuspiciousMarkupBuilder(Builder):
return False
def report_issue(self, text, lineno, issue):
if not self.any_issue: self.logger.info()
self.any_issue = True
self.write_log_entry(lineno, issue, text)
if py3:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment