We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93a31f commit 870168fCopy full SHA for 870168f
app/utils/profile_segments.py
@@ -96,9 +96,6 @@ def package(self) -> Dict:
96
def samples(self) -> List[Sample]:
97
# get samples
98
samples = self.profile_description.sample
99
- import logging
100
-
101
- logging.error(samples)
102
for sample in samples:
103
sample.data = sample.data.round(decimals=self.round_to).to_json()
104
# * 'head' and 'tail' are returned as dataset sample
0 commit comments