From cfbef4f9e5a389c0cbdab47105e2037eb8316c82 Mon Sep 17 00:00:00 2001 From: Todor Ivanov Date: Wed, 25 Sep 2024 20:22:21 +0200 Subject: [PATCH] Remove commented lines --- src/python/WMCore/ReqMgr/DataStructs/RequestStatus.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/python/WMCore/ReqMgr/DataStructs/RequestStatus.py b/src/python/WMCore/ReqMgr/DataStructs/RequestStatus.py index 5a01649199..d6e9c216fb 100644 --- a/src/python/WMCore/ReqMgr/DataStructs/RequestStatus.py +++ b/src/python/WMCore/ReqMgr/DataStructs/RequestStatus.py @@ -197,8 +197,6 @@ def get_modifiable_properties(status=None): """ if status: allowedKeys = ALLOWED_ACTIONS_FOR_STATUS.get(status, 'all_attributes') - # if not allowedKeys == 'all_attributes': - # allowedKeys.extend(ALLOWED_ACTIONS_ALL_STATUS) return allowedKeys else: return ALLOWED_ACTIONS_FOR_STATUS