From a8615bba994f581bf0d99752672f14ce98b7d1ab Mon Sep 17 00:00:00 2001 From: jakopako Date: Sat, 18 Nov 2023 19:03:23 +0100 Subject: [PATCH] removed comment --- fetch/fetcher.go | 1 - 1 file changed, 1 deletion(-) diff --git a/fetch/fetcher.go b/fetch/fetcher.go index 75809b5..b5a44e9 100644 --- a/fetch/fetcher.go +++ b/fetch/fetcher.go @@ -60,7 +60,6 @@ type DynamicFetcher struct { WaitMilliseconds int allocContext context.Context cancelAlloc context.CancelFunc - // cancel context.CancelFunc } func NewDynamicFetcher(ua string, ms int) *DynamicFetcher {