Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
lfeditor
Commits
7335b6c1
Commit
7335b6c1
authored
May 18, 2018
by
Rémy DANIEL
Browse files
Remove debug code
parent
518ad5c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Service/FileBaseXMLService.php
View file @
7335b6c1
...
...
@@ -220,13 +220,6 @@ class FileBaseXMLService extends FileBaseService {
$this
->
arrayToXml
(
$phpArray
,
$xmlElement
,
$parentTagMap
);
$formattedXml
=
$this
->
formatXml
(
$xmlElement
);
// $a = $formattedXml;
// $b = GeneralUtility::array2xml([$firstTag => $phpArray]);
// \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($phpArray);
// \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($a, 'formatXml');
// \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($b, 'array2xml');
// exit;
return
$formattedXml
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment