Commit c7cfafed authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

fix log output

parent eda47168
......@@ -51,7 +51,6 @@ class ListNewsView(ListView):
def post(self, request, *args, **kwargs):
if request.is_ajax():
data = json.loads(request.body.decode('utf-8'))
print(data)
type_request = data['type']
ids = data['id']
if type_request in ['delete', 'deleteAll']:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment