Skip to content

Commit

Permalink
refactor: remove duplicate report
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Oct 8, 2019
1 parent 4325aea commit b400e03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tagmaps/config/config.py
Expand Up @@ -430,8 +430,6 @@ def _report_loaded_lists(self):
self.sort_out_always_instr_set, "inStr stoplist items")
Utils.report_listload(
self.sort_out_places_set, "stoplist places")
Utils.report_listload(
self.stoplist_places, "stoplist places")
Utils.report_listload(
self.correct_place_latlng_dict, "place lat/lng corrections")
Utils.report_listload(
Expand Down

0 comments on commit b400e03

Please sign in to comment.