Commit e82a4ed1 authored by Alexander Bohn's avatar Alexander Bohn

[TASK] remove debug output

parent 0757916f
...@@ -9,7 +9,6 @@ call_user_func( ...@@ -9,7 +9,6 @@ call_user_func(
// Build extension name vars - used for plugin registration, flexforms and similar // Build extension name vars - used for plugin registration, flexforms and similar
$extensionName = \TYPO3\CMS\Core\Utility\GeneralUtility::underscoredToUpperCamelCase($_EXTKEY); $extensionName = \TYPO3\CMS\Core\Utility\GeneralUtility::underscoredToUpperCamelCase($_EXTKEY);
$pluginSignature = strtolower($extensionName) . '_pi1'; $pluginSignature = strtolower($extensionName) . '_pi1';
\TYPO3\CMS\Core\Utility\DebugUtility::debug($pluginSignature);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'SotaStudio.FlexSlider', 'SotaStudio.FlexSlider',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment