feat: remove unused files

This commit is contained in:
Kadxy
2025-01-16 09:17:08 +08:00
parent d4f499ee41
commit 588d81e8f1
3 changed files with 0 additions and 236 deletions

View File

@@ -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) {