删除无用日志输出

This commit is contained in:
shmilylty
2019-08-09 23:20:21 +08:00
parent 611580aa97
commit f17aea1f44
6 changed files with 4 additions and 16 deletions
+1 -4
View File
@@ -42,14 +42,11 @@ class CheckRobots(Module):
"""
类执行入口
"""
logger.log('DEBUG', f'开始执行{self.source}检查{self.domain}'
f'域响应头中的内容安全策略字段')
self.begin()
self.check()
self.save_json()
self.gen_result()
self.save_db()
logger.log('DEBUG', f'结束执行{self.source}检查{self.domain}'
f'域响应头中的内容安全策略字段')
self.finish()