Skip to content

Commit db95ef4

Browse files
committed
refactor: remove debug logging for external time in PreExamsInSlot function
1 parent edd85f9 commit db95ef4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

plexams/plan.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,6 @@ func (p *Plexams) PreExamsInSlot(ctx context.Context, day int, time int) ([]*mod
367367

368368
preExams := make([]*model.PreExam, 0, len(planEntries))
369369
for _, planEntry := range planEntries {
370-
371-
if planEntry.ExternalTime != nil {
372-
fmt.Printf("External Time = %s\n", planEntry.ExternalTime.String())
373-
} else {
374-
fmt.Println("no external time")
375-
}
376-
377370
exam, err := p.GetZPAExam(ctx, planEntry.Ancode)
378371
if err != nil {
379372
log.Error().Err(err).Int("ancode", planEntry.Ancode).Msg("cannot get exam")

0 commit comments

Comments
 (0)