Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
obostjancic committed Jul 17, 2023
1 parent 68586dd commit c4ecde8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sentry/search/events/builder/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def _get_on_demand_metrics_query(self) -> Optional[MetricsQuery]:
is_alerts_query=self.is_alerts_query,
org_id=self.params.organization.id,
project_ids=[p.id for p in self.params.projects],
# We do not need the series here, as later, we only extract the totals and assign it to the
# request.query
include_series=True,
start=self.params.start,
end=self.params.end,
Expand Down

0 comments on commit c4ecde8

Please sign in to comment.