Actions
Bug #20001
closedRemove debugging code from sysext t3skin
Start date:
2009-02-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Class Print_a_class (debuglib.php) provides debugging functionality (show variables, etc..). It's not needed for t3skin to work, nor it's used at all throughout the Core.
I guess PHP and TYPO3 do provide enough possibilities to debug code; additional unmaintained code is not needed.
(issue imported from #M10417)
Files
Updated by Marcus Krause almost 16 years ago
added v1
removes the commented include in ext_tables.php only
typo3/sysext/t3skin/debuglib.php should be removed using "svn rm ..."
Updated by Francois Suter over 15 years ago
Committed v1 of the patch + svn delete of debug file to:
- trunk, revision 5078
- 4.2, revision 5079
- 4.1, revision 5080
- 4.0, revision 5084
Actions