From caf9ac31435649ab238f62c3fbd8f1ba8e82154c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Mon, 18 Dec 2023 10:07:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84console.log()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/utils/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/lib/utils/index.js b/api/app/lib/utils/index.js index 11e0649..19d9745 100644 --- a/api/app/lib/utils/index.js +++ b/api/app/lib/utils/index.js @@ -6,7 +6,6 @@ const fs = require('fs'); module.exports = async function (app, opts) { fs.readdirSync(__dirname).forEach((filename) => { if (!['index.js'].some(f => filename == f)) { - console.log('filename',filename) const utils = require(`./${filename}`)(app, opts) console.log(`载入 ${filename} 工具集成功`); app.fs.utils = {