We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4325aaa commit 9d7b470Copy full SHA for 9d7b470
app/location/__init__.py
@@ -32,7 +32,6 @@ def population(self):
32
if self.province:
33
return None
34
else:
35
- print(countrypopulation.get_population_dict()[self.country_code])
36
return countrypopulation.get_population_dict()[self.country_code]
37
38
@property
@@ -107,4 +106,4 @@ def serialize(self, timelines = False):
107
106
}})
108
109
# Return the serialized location.
110
- return serialized
+ return serialized
0 commit comments