mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Removing debug prints
This commit is contained in:
parent
c01cef3147
commit
30d6b30569
1 changed files with 0 additions and 3 deletions
|
@ -654,9 +654,6 @@ class ActionsMap(object):
|
|||
# subcategory_values is the values of this subcategory (like actions)
|
||||
for subcategory_name, subcategory_values in subcategories.items():
|
||||
|
||||
print subcategory_name
|
||||
print subcategory_values
|
||||
|
||||
actions = subcategory_values.pop('actions')
|
||||
|
||||
# Get subcategory parser
|
||||
|
|
Loading…
Add table
Reference in a new issue