Remove useless comment
This commit is contained in:
parent
048342817b
commit
18cc74b8d0
|
@ -436,7 +436,7 @@ class LoggingPlugin(object):
|
||||||
|
|
||||||
if self.log_file_handler is not None:
|
if self.log_file_handler is not None:
|
||||||
with catching_logs(self.log_file_handler, level=self.log_file_level):
|
with catching_logs(self.log_file_handler, level=self.log_file_level):
|
||||||
yield # run all the tests
|
yield
|
||||||
else:
|
else:
|
||||||
yield
|
yield
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue