remove duplicate statistic events (#2776)

This commit is contained in:
Kevin Papst
2021-09-18 13:15:23 +02:00
committed by GitHub
parent 54d7c4490f
commit 934a7855b9
2 changed files with 0 additions and 7 deletions

View File

@@ -71,9 +71,6 @@ class ActivityStatisticService
$stats->setStatistic($this->getActivityStatistics($activity, $begin, $end));
$event = new ActivityBudgetStatisticEvent([$stats], $begin, $end);
$this->dispatcher->dispatch($event);
return $stats;
}