From 6c0b71e0a448eadf1be99f29d7e4b48518eb25e9 Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Thu, 12 Feb 2026 14:46:42 +0100 Subject: [PATCH] Remove useless debug --- inc/container.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/container.class.php b/inc/container.class.php index cc124506..b4ed0169 100644 --- a/inc/container.class.php +++ b/inc/container.class.php @@ -694,9 +694,6 @@ public static function generateTemplate($fields) $template_class, ); - Toolbox::logDebug(str_replace('\'', '', var_export($itemtype, true))); - Toolbox::logDebug(var_export($itemtype, true)); - $class_filename = basename($sysname) . '.class.php'; $filepath = rtrim(PLUGINFIELDS_CLASS_PATH, '/') . '/' . $class_filename; if (file_put_contents($filepath, $template_class) === false) {