diff --git a/app/routes/titiler/routes.py b/app/routes/titiler/routes.py index 5eaf3005..07243df2 100644 --- a/app/routes/titiler/routes.py +++ b/app/routes/titiler/routes.py @@ -12,12 +12,6 @@ from .algorithms import IntegratedAlerts from .readers import IntegratedAlertsReader -# Allow other computers to attach to debugpy at this IP address and port. -# debugpy.listen(("0.0.0.0", 5678)) -# print("Waiting for debugger attach...") -# debugpy.wait_for_client() -# print("Debugger attached.") - algorithms: Algorithms = default_algorithms.register( {"integrated_alerts": IntegratedAlerts} @@ -45,5 +39,3 @@ algorithms = AlgorithmFactory() mosaic = MosaicTilerFactory(router_prefix="/cog/mosaic") - -# add_exception_handlers(app, DEFAULT_STATUS_CODES)