Skip to content

Commit

Permalink
remove extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharun Paul authored and Tharun Paul committed Mar 28, 2024
1 parent f93a31f commit 870168f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/utils/profile_segments.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ def package(self) -> Dict:
def samples(self) -> List[Sample]:
# get samples
samples = self.profile_description.sample
import logging

logging.error(samples)
for sample in samples:
sample.data = sample.data.round(decimals=self.round_to).to_json()
# * 'head' and 'tail' are returned as dataset sample
Expand Down

0 comments on commit 870168f

Please sign in to comment.