Skip to content

Commit 120f0cd

Browse files
committed
remove more logging
1 parent ee9ea19 commit 120f0cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db/supabase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const supabaseKey = import.meta.env.PUBLIC_SUPABASE_ANON_KEY
66
// Export a function that safely creates the client
77
export function getSupabaseClient() {
88
if (!supabaseUrl || !supabaseKey) {
9-
console.warn("Supabase environment variables not found. Supabase features will be disabled.")
109
return null
1110
}
1211
return createClient(supabaseUrl, supabaseKey)

0 commit comments

Comments
 (0)