Skip to content

Commit

Permalink
deleted unnecessary printed statement
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Jan 26, 2024
1 parent 2a6ed39 commit 724260a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def normalize(self, archive, logger):
if self.m_root().data.samples is not None:
self.sample_reference = self.m_root().data.samples[0].reference
if self.sample_reference is not None:
print(self.m_root().data.samples)
if self.m_root().data.samples == []:
sample1_reference = CompositeSystemReference(reference=self.sample_reference)
self.m_root().data.samples.append(sample1_reference)
Expand Down

0 comments on commit 724260a

Please sign in to comment.