Remove chatty debug log

This commit is contained in:
Eli Ribble 2026-03-19 03:52:40 +00:00
parent 45643e8369
commit 6338d9f3f3
No known key found for this signature in database

View file

@ -158,7 +158,7 @@ func listenAndDoOneJob(ctx context.Context) error {
}
for {
log.Debug().Msg("wait for notification")
//log.Debug().Msg("wait for notification")
notification, err := conn.Conn().WaitForNotification(ctx)
if err != nil {
//if !pgconn.Timeout(err) {