mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-06-17 14:03:43 +02:00
dspace_statistics_api/indexer.py: Remove debug code
This commit is contained in:
@ -158,8 +158,6 @@ def index_downloads():
|
|||||||
|
|
||||||
solr = solr_connection()
|
solr = solr_connection()
|
||||||
|
|
||||||
print("gonna create the table")
|
|
||||||
|
|
||||||
with DatabaseManager() as db:
|
with DatabaseManager() as db:
|
||||||
with db.cursor() as cursor:
|
with db.cursor() as cursor:
|
||||||
# create table to store item views and downloads
|
# create table to store item views and downloads
|
||||||
|
Reference in New Issue
Block a user