From 311c088d3dda748556a6660519ef6a5d0f9a7cab Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 21 Nov 2024 15:47:09 +0100 Subject: [PATCH] removes debug logging --- internal/repository/stats.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/repository/stats.go b/internal/repository/stats.go index f5677ad..ebfb1fb 100644 --- a/internal/repository/stats.go +++ b/internal/repository/stats.go @@ -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,