remove duplicate statistic events (#2776)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user