Skip to content

Commit

Permalink
Merge pull request #9 from TogetherCrew/feat/5-improve-heatmaps-compu…
Browse files Browse the repository at this point in the history
…tation-time

fix: remove unnecessary print statement!
  • Loading branch information
amindadgar authored Jul 23, 2024
2 parents 13e5987 + 331eef9 commit 98cd483
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="tc-analyzer-lib",
version="1.2.2",
version="1.2.3",
author="Mohammad Amin Dadgar, TogetherCrew",
maintainer="Mohammad Amin Dadgar",
maintainer_email="[email protected]",
Expand Down
1 change: 0 additions & 1 deletion tc_analyzer_lib/metrics/heatmaps/analytics_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ async def get_analytics_count(
]

results = await self.get_aggregate_results(pipeline)
print("results", results)
return self._prepare_raw_analytics_item(author_id, results)

async def get_aggregate_results(self, pipeline):
Expand Down

0 comments on commit 98cd483

Please sign in to comment.