diff --git a/plugins/configuration/tasks/class_tasks.inc b/plugins/configuration/tasks/class_tasks.inc
index bf92be135dc00495c48c954670d983f669e964b5..60db8be346d76558bd40ef07277b5aa73ab460f7 100644
--- a/plugins/configuration/tasks/class_tasks.inc
+++ b/plugins/configuration/tasks/class_tasks.inc
@@ -218,7 +218,7 @@ class tasks extends simplePlugin
         ];
         // Simply merged the common values and the custom ones depending on the attribute type passed.
         $values['tasksGranular'] = array_merge($prepData['tasksGranular'], $defaultData['tasksGranular']);
-        print_r($values);
+
         foreach ($values as $tab => $tabvalues) {
           if (!isset($tabObject->by_object[$tab])) {
             echo "Error tab does not contains attributes values" . PHP_EOL;