From 59fd7a6411fb1d807171316c849ffa407a92545a Mon Sep 17 00:00:00 2001 From: abearxiong Date: Fri, 28 Nov 2025 03:38:45 +0800 Subject: [PATCH] update --- assistant/src/module/assistant/https/sign.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/src/module/assistant/https/sign.ts b/assistant/src/module/assistant/https/sign.ts index b2e2dea..6cf1454 100644 --- a/assistant/src/module/assistant/https/sign.ts +++ b/assistant/src/module/assistant/https/sign.ts @@ -30,7 +30,7 @@ export class HttpsPem { if (config.https) { const httpsType = config.https?.type || 'https'; if (httpsType !== 'https') { - console.log(chalk.yellow('当前配置文件 https.type 不是 https, 不使用证书')); + // console.log(chalk.yellow('当前配置文件 https.type 不是 https, 不使用证书')); return; } this.isHttps = true;