Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 11, 2023
1 parent 0289eaf commit bb32516
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ogusa/demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ def get_un_data(
Returns:
df (Pandas DataFrame): DataFrame of UN data
"""
print("variable_code = ", variable_code)
print("country_id = ", country_id)
print("start_year = ", start_year)
print("end_year = ", end_year)
target = (
"https://population.un.org/dataportalapi/api/v1/data/indicators/"
+ variable_code
Expand Down

0 comments on commit bb32516

Please sign in to comment.