Skip to content

Commit

Permalink
fix: removed stray print
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Nov 18, 2023
1 parent 3f79be9 commit 6ed52db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/mentor.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func CreateMentorDashboard(mentor models.Mentor, db *gorm.DB) MentorDashboard {
var studentUsernames []string
for _, project := range projects {
pulls := make([]string, 0)
fmt.Print(project.SecondaryMentor)
if len(project.Pulls) != 0 {
pulls = strings.Split(project.Pulls, ",")
}
Expand Down

0 comments on commit 6ed52db

Please sign in to comment.