Skip to content

Commit

Permalink
remove print func
Browse files Browse the repository at this point in the history
  • Loading branch information
p-phung committed Dec 19, 2024
1 parent ddc17db commit 467ea35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nrt_rainfall_pipeline/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def __prepare_data_for_espo(self, stats):
new_d[destination_field] = new_d.pop('median')
new_d.update(additional_data)
stats_list.append(new_d)
print('stats_list: ', stats_list)

threshold = self.settings.get_country_setting(self.country, "alert-on-threshold")
filtered = self.__filter_dict(stats_list, destination_field, threshold)
Expand Down

0 comments on commit 467ea35

Please sign in to comment.