Remove unneded logging
This commit is contained in:
parent
46da7600ef
commit
0ca167993e
1 changed files with 0 additions and 3 deletions
3
app.py
3
app.py
|
|
@ -38,9 +38,6 @@ nav.register_element("frontend_top", Navbar(View("Tasmota SML Decoder", ".index"
|
|||
|
||||
@app.route("/")
|
||||
def index():
|
||||
logger.info(
|
||||
f'{request.remote_addr} - - - "{request.method} {request.path} {request.scheme}"'
|
||||
)
|
||||
return render_template("index.html")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue