Skip to content

Commit

Permalink
Removed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
harveymannering committed Sep 21, 2023
1 parent 3e5329b commit 2d1add1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions randomiser/geometry/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class RandomiseAllGeometryNodes(bpy.types.Operator):
)
bl_label = "Randomise selected sockets"
bl_options = {"REGISTER", "UNDO"}
testing = True

@classmethod
def poll(cls, context):
Expand Down Expand Up @@ -100,7 +99,6 @@ def invoke(self, context, event):
].collection

# get candidate sockets for this GNG
print(gng_str)
candidate_sockets = cs.socket_props_per_gng.collection[
gng_str
].candidate_sockets
Expand Down

0 comments on commit 2d1add1

Please sign in to comment.