]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/services/auth.py
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / services / auth.py
index 76ee740b1a73a8347fcff0f278e3d495a98a07c2..8ae897cebd8d4997116c01672a4a7c3cc76df15b 100644 (file)
@@ -178,7 +178,6 @@ class AuthManagerTool(cherrypy.Tool):
     def _check_authentication(self):
         JwtManager.reset_user()
         token = JwtManager.get_token_from_header()
-        self.logger.debug("token: %s", token)
         if token:
             user = JwtManager.get_user(token)
             if user: