Skip to content

Commit 6bb32f4

Browse files
authored
Remove useless debug (#1138)
1 parent 84c29f0 commit 6bb32f4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

inc/container.class.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,9 +694,6 @@ public static function generateTemplate($fields)
694694
$template_class,
695695
);
696696

697-
Toolbox::logDebug(str_replace('\'', '', var_export($itemtype, true)));
698-
Toolbox::logDebug(var_export($itemtype, true));
699-
700697
$class_filename = basename($sysname) . '.class.php';
701698
$filepath = rtrim(PLUGINFIELDS_CLASS_PATH, '/') . '/' . $class_filename;
702699
if (file_put_contents($filepath, $template_class) === false) {

0 commit comments

Comments
 (0)