diff -r 02e7e1d73ebb -r 75f44d3063da ldcheck.py --- a/ldcheck.py Wed Jan 24 23:14:01 2018 +0200 +++ b/ldcheck.py Wed Jan 31 14:34:23 2018 +0200 @@ -44,10 +44,6 @@ if (library_path / path).is_file() ] -def hairline_score(smallest_angle): - from math import log10 - return max(0, -log10(smallest_angle)) - class Model: def __init__(self, body): self.body = body