mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 23:20:28 +08:00
feat: remove unused files
This commit is contained in:
@@ -102,12 +102,6 @@ export function McpMarketPage() {
|
||||
loadInitialState();
|
||||
}, []);
|
||||
|
||||
// Debug: 监控状态变化
|
||||
useEffect(() => {
|
||||
console.log("MCP Market - Current config:", config);
|
||||
console.log("MCP Market - Current clientStatuses:", clientStatuses);
|
||||
}, [config, clientStatuses]);
|
||||
|
||||
// 加载当前编辑服务器的配置
|
||||
useEffect(() => {
|
||||
if (editingServerId && config) {
|
||||
|
Reference in New Issue
Block a user