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)