mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-04 22:08:12 +02:00
removed useless print statement
This commit is contained in:
@ -7,7 +7,6 @@ router = Blueprint('index', __name__)
|
||||
|
||||
@router.route('/')
|
||||
def welcome():
|
||||
print("hello")
|
||||
return current_app.send_static_file('index.html')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user