Remove print
This commit is contained in:
3
main.py
3
main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user