From ade0e0250c3b62b9193494be2f5c521909477e23 Mon Sep 17 00:00:00 2001 From: jonathang4 Date: Sun, 31 Aug 2025 18:31:43 +0800 Subject: [PATCH] debug --- src/api/controllers/images.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/controllers/images.ts b/src/api/controllers/images.ts index 6b88f32..c807b47 100644 --- a/src/api/controllers/images.ts +++ b/src/api/controllers/images.ts @@ -240,7 +240,7 @@ export async function generateImages( }, }); - logger.log(`图片生成查询 ${historyId} errmsg: ${result.errmsg}`); + // logger.log(`图片生成查询 ${historyId} errmsg: ${result.errmsg}`); if (!result[historyId]) throw new APIException(EX.API_IMAGE_GENERATION_FAILED, "记录不存在"); status = result[historyId].status;