From 06b3981f8bab2355d75412968dd66fdaa17e2444 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Mon, 11 Dec 2023 12:19:49 +0100 Subject: [PATCH] fix: remove console log --- src/adapters/supabase/helpers/tables/wallet.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/adapters/supabase/helpers/tables/wallet.ts b/src/adapters/supabase/helpers/tables/wallet.ts index 9b0c4347a..9f9bee7e8 100644 --- a/src/adapters/supabase/helpers/tables/wallet.ts +++ b/src/adapters/supabase/helpers/tables/wallet.ts @@ -92,7 +92,6 @@ export class Wallet extends Super { if (locationError) { throw new Error(locationError.message); } - console.log(locationData); // Get the ID of the inserted location const locationId = locationData.id;