Skip to content

Commit 9b69c85

Browse files
NikolausKurczhiaselhans
authored andcommitted
remove logger
1 parent fc108ee commit 9b69c85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openglider/plots/patterns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def get_name(position: DiagonalSide, rib: Rib) -> str:
212212
def rename_straps(straps: Iterable[DiagonalRib], prefix: str = "") -> None:
213213
straps = list(straps)
214214
straps.sort(key=lambda strap: abs(strap.get_average_x()))
215-
logger = logging.getLogger(f"{__class__.__module__}.{__class__.__name__}")
216215
for strap in straps:
217216
strap_side = strap.side1
218217
rib = cell.rib1

0 commit comments

Comments
 (0)