diff --git a/attestation/sev.go b/attestation/sev.go index f1cb7f3..50d6f58 100644 --- a/attestation/sev.go +++ b/attestation/sev.go @@ -39,7 +39,6 @@ func (_ *getter) Get(targetURL string) ([]byte, error) { } u.Host = "kds-proxy.tinfoil.sh" - fmt.Println("Fetching URL:", u.String()) return util.Get(u.String()) }