diff --git a/masque/file/gdsii.py b/masque/file/gdsii.py index cf1eab5..9f344a2 100644 --- a/masque/file/gdsii.py +++ b/masque/file/gdsii.py @@ -301,8 +301,6 @@ def read(filename: str, rp = numpy.linalg.solve(As, bs)[:, 0, None] rn = numpy.linalg.solve(As, ds)[:, 0, None] - print(rp) - intersection_p = v[:-2] + rp * dv[:-1] + perp[:-1] intersection_n = v[:-2] + rn * dv[:-1] - perp[:-1] @@ -347,7 +345,6 @@ def read(filename: str, try: shape.clean_vertices() except PatternError as err: - print('error cleaning! {}'.format(err)) continue pat.shapes.append(shape)