Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Feb 17, 2025
1 parent 34879d9 commit 7cc1607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attestation/sev.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}

Expand Down

0 comments on commit 7cc1607

Please sign in to comment.