Browse Source

mvp: 减少output

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
187d27d85b
1 changed files with 0 additions and 2 deletions
  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)