From 477aebae0991d7db81fc86f18cfd84f02482df55 Mon Sep 17 00:00:00 2001 From: k-shir0 Date: Sat, 18 Nov 2023 23:23:27 +0900 Subject: [PATCH] fix: . --- pkg/service/problem.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/service/problem.go b/pkg/service/problem.go index d030cea..ecbcc21 100644 --- a/pkg/service/problem.go +++ b/pkg/service/problem.go @@ -1,7 +1,6 @@ package service import ( - "fmt" "time" "github.com/google/uuid" @@ -195,7 +194,6 @@ func (s *ProblemService) GetAllWithCurrentPoint(group *entity.UserGroup) ([]*ent if !s.preRoundMode { CurrentPoint = s.GetCurrentPoint(problem, group) } - fmt.Println(CurrentPoint) detailProblems = append(detailProblems, &entity.ProblemWithCurrentPoint{ Problem: *problem,