Skip to content

Commit 28b87a7

Browse files
committed
chore: remove console.log and update storage config for local development
1 parent 47dc2ae commit 28b87a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/auth/src/auth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ export const initAuth = (db: dbClient) => {
9090
},
9191
});
9292

93-
console.log(user.image);
94-
9593
const allowedFileExtensions = ["jpg", "jpeg", "png", "webp"];
9694

9795
const fileExtension = user.image.split('.').pop()?.split('?')[0] || 'jpg';

0 commit comments

Comments
 (0)