remove a log

This commit is contained in:
Deep Roy 2025-08-28 18:13:11 -04:00
parent 2960ad12b0
commit 11bad1d7d5

View File

@ -729,7 +729,6 @@ class PromptServer():
@routes.post("/interrupt")
async def post_interrupt(request):
logging.info("got interrupt")
try:
json_data = await request.json()
except json.JSONDecodeError: