diff --git a/src/routes/index.py b/src/routes/index.py index 6ef63b3..b11f71d 100644 --- a/src/routes/index.py +++ b/src/routes/index.py @@ -7,7 +7,6 @@ router = Blueprint('index', __name__) @router.route('/') def welcome(): - print("hello") return current_app.send_static_file('index.html')