aboutsummaryrefslogtreecommitdiff
path: root/pyenc/app
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-14 20:21:30 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-14 20:21:59 +0200
commitc0bd0df374e31ae6b0cb1333b225a8c0f5bd270d (patch)
tree7d95b699dad34f515537631e9fcaf71977cc3ada /pyenc/app
parentRewrite static frontend. (diff)
downloadpuppet-classifier-c0bd0df374e31ae6b0cb1333b225a8c0f5bd270d.tar.gz
puppet-classifier-c0bd0df374e31ae6b0cb1333b225a8c0f5bd270d.tar.xz
Minor cleanup.
Diffstat (limited to '')
-rw-r--r--pyenc/app/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyenc/app/model.py b/pyenc/app/model.py
index f5b66fd..fed56f2 100644
--- a/pyenc/app/model.py
+++ b/pyenc/app/model.py
@@ -10,7 +10,7 @@ def init_app(app):
"""Adds database bindings to a Flask App."""
db.init_app(app)
import logging
- logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
+ # logging.getLogger('sqlalchemy.engine').setLevel(logging.INFO)
host_classes = db.Table(