Skip to content

Commit 8c759a8

Browse files
authored
Merge pull request #277 from morettt/xxxiu/update
移除无意义的插件日志
2 parents 2a5c146 + 284b819 commit 8c759a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-2d/js/core/plugin-manager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ class PluginManager {
124124
this._loadEnabledList();
125125
const relPath = path.relative(this._pluginsDir, pluginDir).replace(/\\/g, '/');
126126
if (!this._enabledPlugins.has(relPath)) {
127-
logToTerminal('info', `⏭️ 插件未启用,跳过: ${name}`);
127+
//logToTerminal('info', `⏭️ 插件未启用,跳过: ${name}`);
128128
return;
129129
}
130130

131131
if (this._plugins.has(name)) {
132-
logToTerminal('info', `⏭️ 插件已加载,跳过: ${name}`);
132+
//logToTerminal('info', `⏭️ 插件已加载,跳过: ${name}`);
133133
return;
134134
}
135135

0 commit comments

Comments
 (0)