From 95ed21ff8ca6509abc7fe8b7f887771c3b044ad7 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 21 Apr 2025 13:15:58 +0800 Subject: [PATCH] . --- db/profile.ts | 1 - 1 file changed, 1 deletion(-) 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) }