Commit 5cffd8b3 authored by zhanglu's avatar zhanglu

rm print

parent c2099d0c
...@@ -54,7 +54,6 @@ class CreateTopicForBatch(BaseView): ...@@ -54,7 +54,6 @@ class CreateTopicForBatch(BaseView):
for tag_name in item.get("tags", []) if _tag_data.get(tag_name) for tag_name in item.get("tags", []) if _tag_data.get(tag_name)
] ]
print(topics)
create_err, result = self.call_rpc( create_err, result = self.call_rpc(
"venus/community/topic/batch_create_for_inner", "venus/community/topic/batch_create_for_inner",
topic_list=topics topic_list=topics
......
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