Skip to content

Commit

Permalink
remove logger_warning, its too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed May 20, 2024
1 parent 4965dd4 commit a012d15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peppy/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ def _assert_samples_have_names(self):
else:
if self.st_index != SAMPLE_NAME_ATTR:
sample[SAMPLE_NAME_ATTR] = self.st_index
_LOGGER.warning(f"Setting sample.sample_name: {self.st_index}")

def _auto_merge_duplicated_names(self):
"""
Expand Down

0 comments on commit a012d15

Please sign in to comment.