소스 검색

Disable Stripe telemetry

binwiederhier 3 년 전
부모
커밋
2ac63c4327
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cmd/serve.go

+ 1 - 0
cmd/serve.go

@@ -250,6 +250,7 @@ func execServe(c *cli.Context) error {
 
 	// Stripe things
 	if stripeSecretKey != "" {
+		stripe.EnableTelemetry = false // Whoa!
 		stripe.Key = stripeSecretKey
 	}