Skip to content

Commit 57938fe

Browse files
committed
removed print
1 parent e2b1c9a commit 57938fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/load_distribution/load_distribution.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def singularities_to_polygon(los: list[Singularity], xy: bool = False) -> Polygo
212212
# duplicate x-ordinates. The goal is to have the minimum amount to describe the
213213
# required shape, even if that means the exact x value is omitted (because we are
214214
# keeping the value immediately to the left and immediately to the right instead).
215-
print(f"{x_acc=}")
216215
x_acc = sorted(list(set(x_acc)))
217216
x_ord_count = Counter([round(x, 6) for x in x_acc])
218217
to_filter = []

0 commit comments

Comments
 (0)