mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19: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,
|
||||
})
|
||||
} else {
|
||||
log.Debugf(">>>> STATS ID %s", id.String)
|
||||
log.Debugf(">>>> STATS TOTALNODES %d", totalNodes)
|
||||
stats = append(stats,
|
||||
&model.JobsStatistics{
|
||||
ID: id.String,
|
||||
|
Loading…
Reference in New Issue
Block a user