removes debug logging

This commit is contained in:
Christoph Kluge 2024-11-21 15:47:09 +01:00
parent fc1c54a141
commit 311c088d3d

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,