Skip to content

Commit

Permalink
fix: remove comments and run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Risc-lt committed Aug 15, 2024
1 parent 62f898f commit 8033a08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/load/trainingplan/extend_training_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ func main() {
var all_courses []po.BaseCoursePO
db.Model(po.BaseCoursePO{}).Find(&all_courses)

// var tp_courses []seleniumget.LoadedCourse
// for _, tp := range allTrainingPlans {
// tp_courses = append(tp_courses, tp.Courses...)
// }

for _, tp := range allTrainingPlans {
tp_po := po.TrainingPlanPO{
Degree: tp.Degree,
Expand Down

0 comments on commit 8033a08

Please sign in to comment.