Skip to content

Commit

Permalink
Remove forgotten debug code in HelpMenuList
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlesat committed Jan 4, 2025
1 parent 57cd26b commit d93cbed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/Components/HelpMenuList.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def getActionmapGroupKey(actionmap, context):
if headings:
for (actionmap, context, actions) in sorted(helplist, key=self._sortHeadingsAlpha):
actionmapGroupKey = getActionmapGroupKey(actionmap, context)
print(actionmapGroupKey)
if actionmapGroupKey in actionMapHelp:
if sortKey:
actionMapHelp[actionmapGroupKey].sort(key=sortKey)
Expand Down

0 comments on commit d93cbed

Please sign in to comment.