Removed useless prints.

This commit is contained in:
2025-03-27 17:30:06 +01:00
parent 87c189b3fe
commit 71a206a19f
+1
View File
@@ -70,3 +70,4 @@ class BaseFormView(BaseView):
return await self.json_response(result)
async def submit(self, model=None):
pass