From 95bc8d0e7bf73fed0135b00a7251757a36985ced Mon Sep 17 00:00:00 2001 From: Hayden Blauzvern Date: Thu, 7 Dec 2023 22:35:19 +0000 Subject: [PATCH] Remove commented out line Signed-off-by: Hayden Blauzvern --- pkg/util/checkpoint_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/util/checkpoint_test.go b/pkg/util/checkpoint_test.go index 57ac0f305..2b394d8db 100644 --- a/pkg/util/checkpoint_test.go +++ b/pkg/util/checkpoint_test.go @@ -310,8 +310,6 @@ func TestSigningRoundtripCheckpoint(t *testing.T) { if err != nil { t.Fatalf("error creating signed checkpoint") } - // time := uint64(time.Now().UnixNano()) - // sth.SetTimestamp(time) signer, _ := signature.LoadSigner(test.signer, crypto.SHA256) if _, ok := test.signer.(*rsa.PrivateKey); ok { signer, _ = signature.LoadRSAPSSSigner(test.signer.(*rsa.PrivateKey), crypto.SHA256, test.opts.(*rsa.PSSOptions))