774056846 4 月之前
父节点
当前提交
a4eca645d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/callcenter/api.py

+ 1 - 1
src/core/callcenter/api.py

@@ -586,7 +586,7 @@ class CallInfo(BaseApi):
             "next_commands": [vars(x) for x in self.next_commands],
             "call_details": [vars(x) for x in self.call_details],
         }
-        print('call_info is :', new_dict, flush=True)
+        # print('call_info is :', new_dict, flush=True)
         return json.dumps(new_dict, default=lambda x: x.__dict__, ensure_ascii=False)