Skip to content

Commit e75193b

Browse files
committed
remove outdated comment
1 parent bf8b822 commit e75193b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mapswipe_workers/mapswipe_workers/generate_stats/generate_stats.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ def get_recent_projects(hours: int = 3):
1212
query_insert_results = """
1313
select project_id
1414
from mapping_sessions
15-
-- Using timestamp attribute here which is set for all projects
16-
-- and also represents the start_time for newer projects.
17-
-- "Old" projects have no start_time attribute.
18-
-- There is an index defined on "timestamp".
1915
where start_time >= %(timestamp)s
2016
group by project_id
2117
"""

0 commit comments

Comments
 (0)