apple muncy commited on
Commit
865b4fb
Β·
1 Parent(s): 168ade7

remove logger line in error

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. mcp_server.py +0 -1
mcp_server.py CHANGED
@@ -42,7 +42,6 @@ def get_current_tags(repo_id: str) -> str:
42
 
43
  try:
44
  print(f"πŸ“‘ Fetching model info for: {repo_id}")
45
- loggerS.info('πŸ“‘ MCP Server-Fetching model info for: %', {repo_id})
46
  info = model_info(repo_id=repo_id, token=HF_TOKEN)
47
  current_tags = info.tags if info.tags else []
48
  print(f"🏷️ Found {len(current_tags)} tags: {current_tags}")
 
42
 
43
  try:
44
  print(f"πŸ“‘ Fetching model info for: {repo_id}")
 
45
  info = model_info(repo_id=repo_id, token=HF_TOKEN)
46
  current_tags = info.tags if info.tags else []
47
  print(f"🏷️ Found {len(current_tags)} tags: {current_tags}")