[mod] remove debug print

This commit is contained in:
Laurent Peuch 2017-07-23 03:08:38 +02:00
parent 4fd3b962aa
commit e851c76d6e

View file

@ -595,7 +595,6 @@ class ActionsMap(object):
# "yunohost" and there well be only this one
# * actionsmap is the actual actionsmap that we care about
for namespace, actionsmap in actionsmaps.items():
print "n>>>", namespace
# Retrieve global parameters
_global = actionsmap.pop('_global', {})