Skip to content

Commit

Permalink
clean: remove nolonger needed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibz-Dankan committed Sep 13, 2024
1 parent 9066051 commit 3218702
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/routes/request/getLiveRequests.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type AppRequestProgress = services.AppRequestProgress
func sendMessage(message, userId string, clientManager *services.ClientManager) error {
w, ok := clientManager.GetClient(userId)
if !ok {
log.Println("Client not found")
return nil
}

Expand All @@ -45,7 +44,6 @@ func sendMessage(message, userId string, clientManager *services.ClientManager)
func sendAppToClient(appRequestProgress AppRequestProgress, clientManager *services.ClientManager) error {
client, ok := clientManager.GetClient(appRequestProgress.UserID)
if !ok {
log.Println("Client not found")
return nil
}

Expand Down

0 comments on commit 3218702

Please sign in to comment.