Skip to content

Commit

Permalink
remove errnoeous print
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Nov 22, 2022
1 parent ffdc0da commit 7a6444a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion belay/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def _dedent_tokenizer(code):
(end_line, end_col), # noqa: B007
_,
) in generate_tokens(StringIO(code).readline):
print(f"{token_type=} {string=} {start_line=} {end_line=}")
if start_line == 1 and start_col == 0:
# First Token
if token_type != INDENT:
Expand Down

0 comments on commit 7a6444a

Please sign in to comment.