Skip to content

Commit

Permalink
Removes missed debug statement (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuylermartin45 authored Oct 11, 2024
1 parent 87e4970 commit 4d9ec28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda_recipe_manager/parser/recipe_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ def _render_jinja_vars(self, s: str) -> JsonType:
# TODO: Consider tokenizing expressions over using regular expressions. The scope of this function has expanded
# drastically.

print(f"TODO rm: {s}")

start_idx, sub_regex = self._set_on_schema_version()

# Search the string, replacing all substitutions we can recognize
Expand Down

0 comments on commit 4d9ec28

Please sign in to comment.