From 39ad590d4012d2893f4117b37a136d88c90fd364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 15 Dec 2016 21:36:31 +0000 Subject: [PATCH] cmd/fdroidcl: remove commented out code --- cmd/fdroidcl/update.go | 4 ---- 1 file changed, 4 deletions(-) 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) }