remove debug output

This commit is contained in:
Uwe Steinmann 2013-05-02 22:30:09 +02:00
parent d0118f9b9d
commit 0a3811c429

View File

@ -51,7 +51,6 @@ class SeedDMS_Extension_Mgr {
function createExtensionConf() { /* {{{ */
$extensions = self::getExtensions();
print_r($extensions);
if($extensions) {
$fp = fopen($this->cachedir."/extensions.php", "w");
foreach($extensions as $_ext) {