mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 13:29:05 +01:00
removes debug logging
This commit is contained in:
parent
fc1c54a141
commit
311c088d3d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user