ソースを参照

ci: remove log

Dax Raad 10 ヶ月 前
親
コミット
7579c3bb15
1 ファイル変更、0 行追加、1 行削除
  1. 0 1
      infra/enterprise.ts

+ 0 - 1
infra/enterprise.ts

@@ -3,7 +3,6 @@ import { domain } from "./stage"
 
 const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
 
-console.log(SECRET.R2AccessKey.value, SECRET.R2SecretKey.value)
 const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
   domain: "enterprise." + domain,
   path: "packages/enterprise",