removed useless print statement

This commit is contained in:
Karma Riuk
2025-06-10 22:55:02 +02:00
parent a9e06ec694
commit 4924fddbc4

View File

@ -7,7 +7,6 @@ router = Blueprint('index', __name__)
@router.route('/')
def welcome():
print("hello")
return current_app.send_static_file('index.html')