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;