Merge branch 'dev' of github.com:ClusterCockpit/cc-backend into dev

This commit is contained in:
Jan Eitzinger 2024-11-21 15:54:58 +01:00
commit ddeac6b9d9

View File

@ -226,8 +226,6 @@ func (r *JobRepository) JobsStatsGrouped(
TotalAccHours: totalAccHours, TotalAccHours: totalAccHours,
}) })
} else { } else {
log.Debugf(">>>> STATS ID %s", id.String)
log.Debugf(">>>> STATS TOTALNODES %d", totalNodes)
stats = append(stats, stats = append(stats,
&model.JobsStatistics{ &model.JobsStatistics{
ID: id.String, ID: id.String,