Removing unused code (#1070)

This commit is contained in:
dgtlmoon
2022-10-28 18:36:07 +02:00
committed by GitHub
parent f90b170e68
commit 77b59809ca
5 changed files with 13 additions and 11 deletions

View File

@@ -199,8 +199,6 @@ def changedetection_app(config=None, datastore_o=None):
# Setup cors headers to allow all domains
# https://flask-cors.readthedocs.io/en/latest/
# CORS(app)