From 7579c3bb1591c527eef97bb5eb35d7c6a2d66e75 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 23 Nov 2025 15:00:29 -0500 Subject: [PATCH] ci: remove log --- infra/enterprise.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/enterprise.ts b/infra/enterprise.ts index 436d11e8e..70693846a 100644 --- a/infra/enterprise.ts +++ b/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",