From fce7aa07e492867bd2efd3c73e5053e49db057db Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 22 Jul 2025 18:40:27 -0500 Subject: [PATCH] Remove debugging field --- .env.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/.env.example b/.env.example index 421fb82fe7..b5578dab40 100644 --- a/.env.example +++ b/.env.example @@ -7,9 +7,6 @@ EXPO_PUBLIC_BUNDLE_IDENTIFIER= # Should be formatted YYMMDD so that it increases for each build. EXPO_PUBLIC_BUNDLE_DATE=0 -# Optional app view proxy DID -EXPO_PUBLIC_APPVIEW_PROXY_DID=did:web:api.cozy.bsky.dev - # The log level for the app's logger transports EXPO_PUBLIC_LOG_LEVEL=debug