Skip to content

Commit 624ad4c

Browse files
remove debug comments
1 parent d912fb0 commit 624ad4c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

comfyui_manager/glob/manager_server.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,6 @@ def _extract_batch_operations(self) -> list[BatchOperation]:
698698
logging.warning("[ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.")
699699

700700

701-
# Note: Model path utilities moved to model_utils.py to avoid duplication
702-
703-
704701
async def task_worker():
705702
logging.debug("[ComfyUI-Manager] Task worker started")
706703
await core.unified_manager.reload(ManagerDatabaseSource.cache.value)
@@ -1342,9 +1339,6 @@ async def installed_list(request):
13421339
return web.json_response(res, content_type="application/json")
13431340

13441341

1345-
# Function moved to model_utils.py
1346-
1347-
13481342
@routes.get("/v2/snapshot/getlist")
13491343
async def get_snapshot_list(request):
13501344
items = [
@@ -1490,8 +1484,6 @@ async def reset_queue(request):
14901484
return web.Response(status=200)
14911485

14921486

1493-
1494-
14951487
@routes.get("/v2/manager/queue/status")
14961488
async def queue_count(request):
14971489
"""Get current queue status with optional client filtering.
@@ -1632,9 +1624,6 @@ async def comfyui_switch_version(request):
16321624
return web.Response(status=400)
16331625

16341626

1635-
# Function moved to model_utils.py
1636-
1637-
16381627
@routes.post("/v2/manager/queue/install_model")
16391628
async def install_model(request):
16401629
try:

0 commit comments

Comments
 (0)