Skip to content

Commit

Permalink
Remove print statement in BaseClass constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectly-preserved-pie committed Jan 24, 2024
1 parent abd8dd4 commit e47f7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion assets/datasets/crime.geojson

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion functions/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def create_crime_layer(cls) -> dl.GeoJSON:
parsed_url = urlparse(base_url)
domain = parsed_url.netloc
dataset_id = parsed_url.path.split('/')[-1].split('.')[0]
print(domain, dataset_id)

# Create a Socrata client
client = Socrata(domain, os.getenv('SOCRATA_APP_TOKEN'))
Expand Down

0 comments on commit e47f7cf

Please sign in to comment.