Removed commented out code
This commit is contained in:
parent
7955fa6145
commit
f7d32e5578
@ -143,12 +143,6 @@ class Window:
|
|||||||
self.tasks_container.remove(self.tasks_table)
|
self.tasks_container.remove(self.tasks_table)
|
||||||
self.tasks = self.ds.getTasks(self.currProject)
|
self.tasks = self.ds.getTasks(self.currProject)
|
||||||
self.task_hour_labels = {}
|
self.task_hour_labels = {}
|
||||||
# projects_to_show = {}
|
|
||||||
# for p in self.shown_projects:
|
|
||||||
# projects_to_show[p] = 1
|
|
||||||
# project_week_hours = self.getProjectWeekHours()
|
|
||||||
# for p in project_week_hours:
|
|
||||||
# projects_to_show[p] = 1
|
|
||||||
|
|
||||||
# Header row
|
# Header row
|
||||||
col_headers = (self.projects[self.currProject],
|
col_headers = (self.projects[self.currProject],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user