diff --git a/phenex/phenotypes/codelist_phenotype.py b/phenex/phenotypes/codelist_phenotype.py index 91a7ffd..c2f8945 100644 --- a/phenex/phenotypes/codelist_phenotype.py +++ b/phenex/phenotypes/codelist_phenotype.py @@ -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)