From e851c76d6e0d66eb40c671cc176ff46833bcf5ad Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 23 Jul 2017 03:08:38 +0200 Subject: [PATCH] [mod] remove debug print --- moulinette/actionsmap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/moulinette/actionsmap.py b/moulinette/actionsmap.py index 12dcb38a..f171d4c7 100644 --- a/moulinette/actionsmap.py +++ b/moulinette/actionsmap.py @@ -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', {})