mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove print statement
This commit is contained in:
parent
317ed3e667
commit
40bbc2e790
@ -88,7 +88,6 @@ class ApiServersServerIndexHandler(BaseApiHandler):
|
||||
else:
|
||||
validate(data, basic_server_patch_schema)
|
||||
except ValidationError as e:
|
||||
print(e)
|
||||
return self.finish_json(
|
||||
400,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user