Skip to content

Commit 653ec7c

Browse files
committed
chore: remove verbose logging
1 parent 6ee7cc8 commit 653ec7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy-storacha.yml

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
echo "NEXT_PUBLIC_REFERRALS_SERVICE_URL=https://staging-referrals.storacha.network" >> .env
4949
echo "NEXT_PUBLIC_SENTRY_ENV=staging" >> .env
5050
echo "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
51-
echo "using env"
52-
cat .env
5351
# as long as this uses https://github.com/cloudflare/next-on-pages/blob/dc529d7efa8f8568ea8f71b5cdcf78df89be6c12/packages/next-on-pages/bin/index.js,
5452
# env vars won't get passed through to wrangler, so if wrangler will need them, write them to .env like the previous step
5553
- run: pnpm pages:build

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = nextConfig
1111
// Injected content via Sentry wizard below
1212

1313
const { withSentryConfig } = require("@sentry/nextjs");
14-
console.log("SENTRY AUTH", process.env.SENTRY_AUTH_TOKEN)
14+
1515
module.exports = withSentryConfig(
1616
module.exports,
1717
{

0 commit comments

Comments
 (0)