From 9c0e4a94c5a6d30ef165f8df0bbe51d1582d4731 Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Thu, 11 Feb 2021 17:18:04 +0100 Subject: [PATCH] remove debug --- htdocs/modulebuilder/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index 5cad6f065b5..f31f9b29cc4 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -1713,7 +1713,6 @@ if (is_array($listofmodules) && count($listofmodules) > 0) { $linktoenabledisable .= '   '.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"').''; } else { $urltouse = $urlpage; - var_dump($urltouse); $linktoenabledisable .= '   '.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"').''; } }