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 {