Skip to content

Commit 870168f

Browse files
Tharun PaulTharun Paul
authored andcommitted
remove extra logs
1 parent f93a31f commit 870168f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/utils/profile_segments.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ def package(self) -> Dict:
9696
def samples(self) -> List[Sample]:
9797
# get samples
9898
samples = self.profile_description.sample
99-
import logging
100-
101-
logging.error(samples)
10299
for sample in samples:
103100
sample.data = sample.data.round(decimals=self.round_to).to_json()
104101
# * 'head' and 'tail' are returned as dataset sample

0 commit comments

Comments
 (0)