From cfc738303e7ddd213919a0a15885d1e846277848 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Mon, 14 Jun 2021 00:52:10 +0300 Subject: remove print statements --- wqflask/utility/helper_functions.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wqflask/utility') diff --git a/wqflask/utility/helper_functions.py b/wqflask/utility/helper_functions.py index 50e00421..27dd0729 100644 --- a/wqflask/utility/helper_functions.py +++ b/wqflask/utility/helper_functions.py @@ -21,15 +21,11 @@ def get_species_dataset_trait(self, start_vars): self.dataset = data_set.create_dataset(start_vars['dataset']) else: self.dataset = data_set.create_dataset(start_vars['dataset']) - logger.debug("After creating dataset") self.species = TheSpecies(dataset=self.dataset) - logger.debug("After creating species") self.this_trait = create_trait(dataset=self.dataset, name=start_vars['trait_id'], cellid=None, get_qtl_info=True) - logger.debug("After creating trait") - def get_trait_db_obs(self, trait_db_list): if isinstance(trait_db_list, str): -- cgit v1.2.3