Skip to content

Commit

Permalink
removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Jul 3, 2024
1 parent fc8c841 commit 93fa5c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compas_timber/design/wall_from_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def rules(self):
if rule_set == _set:
self._rules[i] = rule
break
print(self._rules)
return self._rules

@property
Expand Down

0 comments on commit 93fa5c2

Please sign in to comment.