Skip to content

Commit d1fe99e

Browse files
committed
Remove log
1 parent fa62959 commit d1fe99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/supabase/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function createClient(
3030
opts?: SupabaseClientOptionsGeneric<'public'>
3131
) {
3232
const url = `https://${instanceId}.supabase.co`
33-
console.log('createClient', instanceId, key, opts)
33+
// console.log('createClient', instanceId, key, opts)
3434
return createClientGeneric(
3535
url,
3636
key,

0 commit comments

Comments
 (0)