diff --git a/dspace_statistics_api/indexer.py b/dspace_statistics_api/indexer.py index 2067363..e964de7 100644 --- a/dspace_statistics_api/indexer.py +++ b/dspace_statistics_api/indexer.py @@ -158,8 +158,6 @@ def index_downloads(): solr = solr_connection() -print("gonna create the table") - with DatabaseManager() as db: with db.cursor() as cursor: # create table to store item views and downloads