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) {