Skip to content

Commit 451b737

Browse files
committed
fix: removed lookup to /DIRAC/Setups
1 parent f8679fc commit 451b737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/WebAppDIRAC/Lib/SessionData.py

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ def getData(self):
203203
"validGroups": [],
204204
# 'groupsStatuses': '',
205205
"setup": self.__setup,
206-
"validSetups": gConfig.getSections("/DIRAC/Setups")["Value"],
207206
"extensions": self.__extensions,
208207
"extVersion": self.getExtJSVersion(),
209208
}

0 commit comments

Comments
 (0)