Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Dec 11, 2023
1 parent db96aca commit 06b3981
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/supabase/helpers/tables/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 06b3981

Please sign in to comment.