Skip to content

Commit

Permalink
fix: remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
sdutwsl committed Jan 27, 2024
1 parent 9ea7749 commit ae22cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logic/ranking.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ func getRows(sc srk.Config, memberRecords map[string][]srk.Record, isUnfrozen bo
if !ok {
return nil, errors.New("srk sorter algorithm is not spercified")
}
fmt.Println(algorithm, ok)
switch algorithm {
case Sorter_Algorithm_ICPC:
return getRowsICPC(sc, memberRecords, isUnfrozen), nil
Expand Down

0 comments on commit ae22cee

Please sign in to comment.