Skip to content

Commit 9d7b470

Browse files
authored
minor edit to remove print
1 parent 4325aaa commit 9d7b470

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/location/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def population(self):
3232
if self.province:
3333
return None
3434
else:
35-
print(countrypopulation.get_population_dict()[self.country_code])
3635
return countrypopulation.get_population_dict()[self.country_code]
3736

3837
@property
@@ -107,4 +106,4 @@ def serialize(self, timelines = False):
107106
}})
108107

109108
# Return the serialized location.
110-
return serialized
109+
return serialized

0 commit comments

Comments
 (0)