Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 29, 2024
1 parent de64fb8 commit 80af329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/textual/css/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ def substitute_references(
"""
variables: dict[str, list[Token]] = css_variables.copy() if css_variables else {}
iter_tokens = iter(tokens)
print(variables)

while True:
token = next(iter_tokens, None)
Expand Down

0 comments on commit 80af329

Please sign in to comment.