diff options
Diffstat (limited to 'src/pybind/mgr/dashboard/controllers/cephfs.py')
-rw-r--r-- | src/pybind/mgr/dashboard/controllers/cephfs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pybind/mgr/dashboard/controllers/cephfs.py b/src/pybind/mgr/dashboard/controllers/cephfs.py index 9f9b7501f44..d05b7551365 100644 --- a/src/pybind/mgr/dashboard/controllers/cephfs.py +++ b/src/pybind/mgr/dashboard/controllers/cephfs.py @@ -2,7 +2,6 @@ # pylint: disable=too-many-lines import errno import json -import logging import os from collections import defaultdict from typing import Any, Dict, List @@ -30,8 +29,6 @@ GET_STATFS_SCHEMA = { 'subdirs': (int, '') } -logger = logging.getLogger("controllers.rgw") - # pylint: disable=R0904 @APIRouter('/cephfs', Scope.CEPHFS) |