Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiKaestle committed Jan 23, 2025
1 parent f8ad395 commit ea2f6cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dao/nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package dao

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

Expand Down Expand Up @@ -36,8 +35,6 @@ func PublishRoles() {
}

func SubscribeUserUpdate(m *models.UserUpdate) {
fmt.Printf("Updated User:\n")
fmt.Printf("%v\n", m)
result := new(models.User)
if err := UserCollection.UpdateOne(
context.Background(),
Expand Down

0 comments on commit ea2f6cf

Please sign in to comment.