From 4cb018c4e7490125f6de36ce86a28f9d56b16b9a Mon Sep 17 00:00:00 2001 From: Philipp Dieter Date: Thu, 6 Dec 2018 21:08:34 +0100 Subject: [PATCH] [TASK] Remove debugging message --- Classes/Hooks/WizardItems.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/Hooks/WizardItems.php b/Classes/Hooks/WizardItems.php index af15494..66921a9 100644 --- a/Classes/Hooks/WizardItems.php +++ b/Classes/Hooks/WizardItems.php @@ -39,7 +39,6 @@ class WizardItems implements NewContentElementWizardHookInterface */ public function manipulateWizardItems(&$wizardItems, &$parentObject) { - \TYPO3\CMS\Core\Utility\DebugUtility::debug($parentObject); }