Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Aug 9, 2024
1 parent 3d26861 commit 36656cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gestalt/Stylesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def read_group_node(typ, loader, node):
try:
params = loader.construct_mapping(node, deep=True)
except Exception as e:
print(repr(e))
params["children"] = loader.construct_sequence(node, deep=True)

return GroupNode(typ, loc=node.start_mark, layout=params)
Expand Down

0 comments on commit 36656cb

Please sign in to comment.