mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-27 09:33:29 +08:00
remove a log
This commit is contained in:
parent
2960ad12b0
commit
11bad1d7d5
@ -729,7 +729,6 @@ class PromptServer():
|
|||||||
|
|
||||||
@routes.post("/interrupt")
|
@routes.post("/interrupt")
|
||||||
async def post_interrupt(request):
|
async def post_interrupt(request):
|
||||||
logging.info("got interrupt")
|
|
||||||
try:
|
try:
|
||||||
json_data = await request.json()
|
json_data = await request.json()
|
||||||
except json.JSONDecodeError:
|
except json.JSONDecodeError:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user