Commit 583f6da7 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

fix unuse print

See merge request alpha/saturn!11
parents 8edb6733 96ecec96
......@@ -10,7 +10,6 @@ class CreateTagForBatch(BaseView):
"""
def post(self, request):
tag_list = json.loads(request.POST.get("tags", '[]'))
print(request.POST)
tags = []
# 敏感词检测,获取可用的帖子
......
......@@ -94,7 +94,6 @@ class CreateTopicForBatchByOne(BaseView):
topic_list = json.loads(request.POST.get("topic_list", '[]'))
if not user_ids:
print(user_ids, topic_list)
return self.parameter_invalid_response()
if not topic_list:
......
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