소스 검색

mvp: 减少output

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 년 전
부모
커밋
187d27d85b
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      mvp.py

+ 0 - 2
mvp.py

@@ -466,8 +466,6 @@ class Mvp:
         result = []
         module_scores = []
         self.people_info_1 = self.people_info()
-        for people in self.people_info_1:
-            print(people.uuid, people.age, people.crowd, people.city, people.sex)
         if city is not None and age is not None and crowd is not None:
             print('获取指定城市,年龄段,人群类型的数据...')
             # people_uuids = self.get_people_uuid_by_type(crowd)