remove temporary debugging flags

This commit is contained in:
Paul Franklin
2016-09-10 15:44:07 -07:00
parent 579485c6a5
commit 2ffe1d141f
91 changed files with 270 additions and 270 deletions

View File

@ -288,7 +288,7 @@ class GeoEvents(GeoGraphyView):
if self.show_all:
self.show_all = False
events_handle = dbstate.db.get_event_handles()
progress = ProgressMeter(self.window_name, # parent-OK
progress = ProgressMeter(self.window_name,
can_cancel=False,
parent=self.uistate.window)
length = len(events_handle)
@ -300,7 +300,7 @@ class GeoEvents(GeoGraphyView):
progress.close()
elif self.generic_filter:
events_list = self.generic_filter.apply(dbstate.db)
progress = ProgressMeter(self.window_name, # parent-OK
progress = ProgressMeter(self.window_name,
can_cancel=False,
parent=self.uistate.window)
length = len(events_list)