Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sprivite committed Jan 23, 2025
1 parent 811f31c commit b0eeae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phenex/phenotypes/codelist_phenotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def __init__(
def _execute(self, tables) -> PhenotypeTable:
code_table = tables[self.domain]
code_table = self._perform_codelist_filtering(code_table)
print("just did codelist filtering", type(code_table))
code_table = self._perform_categorical_filtering(code_table, tables)
code_table = self._perform_time_filtering(code_table)
code_table = self._perform_date_selection(code_table)
Expand Down

0 comments on commit b0eeae0

Please sign in to comment.