From 0793a41ed5b157cdbda074da097e6b5e1714045b Mon Sep 17 00:00:00 2001 From: Shifna12Zarnaz Date: Wed, 18 Oct 2023 15:27:16 +0530 Subject: [PATCH] Added Logs to debug --- server/executor/queue_driver_postgres.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/executor/queue_driver_postgres.go b/server/executor/queue_driver_postgres.go index baeb61873d..f6d4b37b26 100644 --- a/server/executor/queue_driver_postgres.go +++ b/server/executor/queue_driver_postgres.go @@ -4,7 +4,6 @@ import ( "context" "encoding/json" "fmt" - "log" "time" "github.com/jackc/pgx/v5/pgxpool"