Skip to content

Commit

Permalink
Removed breakpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Vin committed Jul 10, 2024
1 parent ef036dd commit ab28947
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scenic/syntax/veneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,6 @@ def In(region):
pos = Region.uniformPointIn(region)
props = {"position": 1}
values = {"position": pos}
breakpoint()
if alwaysProvidesOrientation(region):
props["parentOrientation"] = 3
values["parentOrientation"] = region.orientation[pos]
Expand Down

0 comments on commit ab28947

Please sign in to comment.