diff --git a/app.py b/app.py index 7827653..90a596a 100644 --- a/app.py +++ b/app.py @@ -38,7 +38,6 @@ def report(): @app.route("/ts/") def get_timeseries(id): - breakpoint() ts = LTS(id=id) return jsonify({"description": ts.description, "data": ts.data})