Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielolivrp committed Oct 25, 2023
1 parent b57d758 commit 09e8205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workers/history_sync_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ func (q *historySyncWorker) ProcessQueue() {
message.MediaPath = path
}

fmt.Println(message)

if err != nil {
messages = append(messages, message)
}
Expand Down

0 comments on commit 09e8205

Please sign in to comment.