Remove print

This commit is contained in:
DingZQ
2022-11-12 15:30:59 +08:00
parent fe3345316a
commit 94f5fae812

View File

@@ -907,9 +907,6 @@ async def fast_get_pattern_schema(network: str) -> dict[str, dict[str, Any]]:
@app.post("/addpattern/")
async def fastapi_add_pattern(network: str, pattern: str, req: Request) -> ChangeSet:
props = await req.json()
print(props)
ps = {
'id' : pattern,
} | props