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