diff --git a/certweb/auth.py b/certweb/auth.py index 7a600ac..e5aa99d 100644 --- a/certweb/auth.py +++ b/certweb/auth.py @@ -7,7 +7,7 @@ from werkzeug.security import check_password_hash, generate_password_hash from certweb.db import get_db -from flask_debugtoolbar import DebugToolbarExtension +#from flask_debugtoolbar import DebugToolbarExtension import logging bp = Blueprint('auth', __name__, url_prefix='/auth')