Commit de9bb211 by Alexander Popov

Drop unused OptCheck printing

parent a2c605aa
...@@ -86,9 +86,6 @@ class OptCheck: ...@@ -86,9 +86,6 @@ class OptCheck:
else: else:
return False, self.result return False, self.result
def __repr__(self):
return '{} = {}'.format(self.name, self.state)
class VerCheck: class VerCheck:
def __init__(self, ver_expected): def __init__(self, ver_expected):
......
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