From 16fc5edcf8d6455f62e5a399199e87a400e01653 Mon Sep 17 00:00:00 2001 From: gammazero Date: Thu, 13 Jul 2023 06:03:13 -0700 Subject: [PATCH] remove comment --- pkg/verify/ingest.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/verify/ingest.go b/pkg/verify/ingest.go index d0737d9..09e13b8 100644 --- a/pkg/verify/ingest.go +++ b/pkg/verify/ingest.go @@ -724,9 +724,6 @@ func doDHFind(ctx context.Context, cl *client.DHashClient, mhs []multihash.Multi resp.MultihashResults = append(resp.MultihashResults, r.MultihashResults...) } } - //if resp == nil && cctx.Bool("fallback") { - // return clearFind(cctx, mhs) - //} return resp, nil }