Skip to content

Commit de34e73

Browse files
committed
Remove unnecessary comments.
1 parent 5721a8b commit de34e73

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/bonsai/bonsai/tool/raycast.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def ray_cast_by_proximity_2d(
243243
event: bpy.types.Event,
244244
snap_obj,
245245
):
246-
# TODO Clean unnecessary code
247246

248247
def divide_vector(start, end, n):
249248
points = []
@@ -690,7 +689,6 @@ def calculate_snap_threshold(cls, view_distance):
690689

691690
@classmethod
692691
def create_snap_obj(cls, obj):
693-
# TODO Will this be done for every object or only wireframe?
694692
for snap_obj in cls.snap_objs:
695693
if obj.name == snap_obj.obj.name:
696694
return snap_obj

0 commit comments

Comments
 (0)