From 3160c44566feed2cec1fcc3b337b4cd46313bf41 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 25 Sep 2018 02:20:41 +0300 Subject: [PATCH] app.py: Remove comment This comment was added when I first began the application and the testing status is documented in the README now. --- app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.py b/app.py index 984bbe1..c6a5552 100644 --- a/app.py +++ b/app.py @@ -1,7 +1,3 @@ -# Tested with Python 3.6 -# See DSpace Solr docs for tips about parameters -# https://wiki.duraspace.org/display/DSPACE/Solr - from database import database_connection import falcon from solr import solr_connection