Commit e43fb4a7 authored by yangchenglin's avatar yangchenglin

rm ipdb

parent 0f606cf4
...@@ -254,8 +254,6 @@ class PictorialTagRm(APIView): ...@@ -254,8 +254,6 @@ class PictorialTagRm(APIView):
"""删除榜单tag""" """删除榜单tag"""
def post(self, request): def post(self, request):
import ipdb
ipdb.set_trace()
pictorial_ids = json.loads(request.POST.get('pictorial_ids', '[]')) pictorial_ids = json.loads(request.POST.get('pictorial_ids', '[]'))
tag_id = int(request.POST.get('tag_id')) if request.POST.get('tag_id') else None tag_id = int(request.POST.get('tag_id')) if request.POST.get('tag_id') else None
......
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