summaryrefslogtreecommitdiff
path: root/website/query.py
diff options
context:
space:
mode:
Diffstat (limited to 'website/query.py')
-rw-r--r--website/query.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/website/query.py b/website/query.py
index 06e37a7..23f4cea 100644
--- a/website/query.py
+++ b/website/query.py
@@ -48,13 +48,6 @@ GET_TBC_EXAMPLE_FILE_SQL = """
WHERE tcef.filetype = 'S' AND tcef.example_id = %s
"""
-
-# GET_TBC_EXAMPLE_FILE_VIEW_SQL = """
-# SELECT id, views_count FROM textbook_companion_example_views
-# WHERE example_id = %s
-# """
-
-
GET_TBC_CONTRIBUTOR_DETAILS_SQL = """
SELECT preference.id,
proposal.full_name as proposal_full_name,