Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Apr 26, 2024
1 parent f28af75 commit e507d1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,6 @@ def upload_dataset(self, dump_config_to_s3=False):

self.dataset.set_time_period(datetime.now())
try:
print(self.dataset.resources)
self.dataset.create_in_hdx(
allow_no_resources=True,
hxl_update=False,
Expand Down

0 comments on commit e507d1c

Please sign in to comment.