diff --git a/conda_recipe_manager/parser/recipe_reader.py b/conda_recipe_manager/parser/recipe_reader.py index 365c015f..539cd7fd 100644 --- a/conda_recipe_manager/parser/recipe_reader.py +++ b/conda_recipe_manager/parser/recipe_reader.py @@ -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