diff --git a/db/profile.ts b/db/profile.ts index 4571ccb..3faf8c4 100644 --- a/db/profile.ts +++ b/db/profile.ts @@ -17,7 +17,6 @@ export const getProfileByUserId = async (userId: string) => { if (!profile) { - console.log(`No profile found for userId: ${userId}`) // 日志:如果没有找到 profile throw new Error(error.message) }