From 09e82058e9f150de28cb826e8f0661c1d1d093f9 Mon Sep 17 00:00:00 2001 From: Gabriel Augusto Date: Wed, 25 Oct 2023 18:02:21 -0300 Subject: [PATCH] remove print --- workers/history_sync_worker.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/workers/history_sync_worker.go b/workers/history_sync_worker.go index c83bf42..911b078 100644 --- a/workers/history_sync_worker.go +++ b/workers/history_sync_worker.go @@ -152,8 +152,6 @@ func (q *historySyncWorker) ProcessQueue() { message.MediaPath = path } - fmt.Println(message) - if err != nil { messages = append(messages, message) }