Skip to content

Commit

Permalink
Revert "potential fix pepkit/peppy#459"
Browse files Browse the repository at this point in the history
This reverts commit 281cef4.
  • Loading branch information
donaldcampbelljr committed Dec 18, 2023
1 parent 281cef4 commit 44d0acc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions looper/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,6 @@ def _samples_by_piface(self, piface_key):
else:
samples_by_piface.setdefault(source, set())
samples_by_piface[source].add(sample[self.sample_table_index])
sample.sample_name = sample[self.sample_table_index]

for msg in msgs:
_LOGGER.warning(msg)
return samples_by_piface
Expand Down

0 comments on commit 44d0acc

Please sign in to comment.