mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 18:33:05 +08:00
remove debug comments
This commit is contained in:
parent
d912fb0f8b
commit
624ad4cfe6
@ -698,9 +698,6 @@ else:
|
|||||||
logging.warning("[ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.")
|
logging.warning("[ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.")
|
||||||
|
|
||||||
|
|
||||||
# Note: Model path utilities moved to model_utils.py to avoid duplication
|
|
||||||
|
|
||||||
|
|
||||||
async def task_worker():
|
async def task_worker():
|
||||||
logging.debug("[ComfyUI-Manager] Task worker started")
|
logging.debug("[ComfyUI-Manager] Task worker started")
|
||||||
await core.unified_manager.reload(ManagerDatabaseSource.cache.value)
|
await core.unified_manager.reload(ManagerDatabaseSource.cache.value)
|
||||||
@ -1342,9 +1339,6 @@ async def installed_list(request):
|
|||||||
return web.json_response(res, content_type="application/json")
|
return web.json_response(res, content_type="application/json")
|
||||||
|
|
||||||
|
|
||||||
# Function moved to model_utils.py
|
|
||||||
|
|
||||||
|
|
||||||
@routes.get("/v2/snapshot/getlist")
|
@routes.get("/v2/snapshot/getlist")
|
||||||
async def get_snapshot_list(request):
|
async def get_snapshot_list(request):
|
||||||
items = [
|
items = [
|
||||||
@ -1490,8 +1484,6 @@ async def reset_queue(request):
|
|||||||
return web.Response(status=200)
|
return web.Response(status=200)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@routes.get("/v2/manager/queue/status")
|
@routes.get("/v2/manager/queue/status")
|
||||||
async def queue_count(request):
|
async def queue_count(request):
|
||||||
"""Get current queue status with optional client filtering.
|
"""Get current queue status with optional client filtering.
|
||||||
@ -1632,9 +1624,6 @@ async def comfyui_switch_version(request):
|
|||||||
return web.Response(status=400)
|
return web.Response(status=400)
|
||||||
|
|
||||||
|
|
||||||
# Function moved to model_utils.py
|
|
||||||
|
|
||||||
|
|
||||||
@routes.post("/v2/manager/queue/install_model")
|
@routes.post("/v2/manager/queue/install_model")
|
||||||
async def install_model(request):
|
async def install_model(request):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user