diff --git a/cmd/fdroidcl/update.go b/cmd/fdroidcl/update.go index 54229d6..f45df78 100644 --- a/cmd/fdroidcl/update.go +++ b/cmd/fdroidcl/update.go @@ -64,10 +64,6 @@ func (r *repo) loadIndex() (*fdroidcl.Index, error) { if err != nil { return nil, fmt.Errorf("could not stat index: %v", err) } - //pubkey, err := hex.DecodeString(repoPubkey) - //if err != nil { - // return nil, fmt.Errorf("could not decode public key: %v", err) - //} return fdroidcl.LoadIndexJar(f, stat.Size(), nil) }