Skip to content

Commit

Permalink
remove debugger set up
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jun 27, 2024
1 parent 8152255 commit 90c294d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/routes/titiler/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -45,5 +39,3 @@
algorithms = AlgorithmFactory()

mosaic = MosaicTilerFactory(router_prefix="/cog/mosaic")

# add_exception_handlers(app, DEFAULT_STATUS_CODES)

0 comments on commit 90c294d

Please sign in to comment.