Skip to content

Commit

Permalink
removed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiKaestle committed Sep 11, 2024
1 parent fa7302c commit 0a5471a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dao/participation.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package dao

import (
"context"
"fmt"
"pool-backend/models"

"github.com/Viva-con-Agua/vcago"
Expand Down Expand Up @@ -156,7 +155,6 @@ func ParticipationDelete(ctx context.Context, i *models.ParticipationParam, toke
applications := new(models.EventApplications)
applicationsUpdate := participation.UpdateEventApplicationsUpdate(-1, applications)
if _, err = EventApplicationsUpdate(ctx, applicationsUpdate); err != nil {
fmt.Printf("HERE1")
return
}
if err = ParticipationCollection.DeleteOne(ctx, bson.D{{Key: "_id", Value: i.ID}}); err != nil {
Expand Down

0 comments on commit 0a5471a

Please sign in to comment.