Skip to content

Commit

Permalink
fix: .
Browse files Browse the repository at this point in the history
  • Loading branch information
K-shir0 committed Nov 18, 2023
1 parent 4891fa0 commit 477aeba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/service/problem.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package service

import (
"fmt"
"time"

"github.com/google/uuid"
Expand Down Expand Up @@ -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,

Expand Down

0 comments on commit 477aeba

Please sign in to comment.