Skip to content

Commit

Permalink
Cleaned up fixable transition tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonPacewic committed Aug 13, 2024
1 parent f075f43 commit 98f0347
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ def __init__(self, occurrence: adsk.fusion.Occurrence, isGround: bool = False, p
def print(self) -> None:
print(f"\n\t-------{self.data.name}-------")
for edge in self.edges:
...
# Transition: AARD-1765
# edge.print()
edge.print()

def getConnectedAxis(self) -> list[Any]:
"""Gets all Axis with the NEXT relationship
Expand Down

0 comments on commit 98f0347

Please sign in to comment.