From b409d36de09f3a85d5abdda943b96ada6316aaf7 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Thu, 10 Oct 2019 18:17:13 +0200 Subject: [PATCH] remove unnecessary output --- manager/ytsync.go | 1 - 1 file changed, 1 deletion(-) diff --git a/manager/ytsync.go b/manager/ytsync.go index 826faf7..af52d7b 100644 --- a/manager/ytsync.go +++ b/manager/ytsync.go @@ -492,7 +492,6 @@ func (s *Sync) fixDupes(claims []jsonrpc.Claim) (bool, error) { tn := c.Value.GetThumbnail().GetUrl() videoID := tn[strings.LastIndex(tn, "/")+1:] - log.Infof("claimid: %s, claimName: %s, videoID: %s", c.ClaimID, c.Name, videoID) cl, ok := videoIDs[videoID] if !ok || cl.ClaimID == c.ClaimID { videoIDs[videoID] = c