Remove SCM config.

This commit is contained in:
Andrés Montañez
2013-07-06 20:50:57 -03:00
parent 67a7f9d6fe
commit b9fba3acc0
-2
View File
@@ -20,7 +20,6 @@ class Mage_Config
{
$this->_parse($arguments);
$this->_loadGeneral();
$this->_loadSCM();
$this->_loadEnvironment();
}
@@ -103,7 +102,6 @@ class Mage_Config
public function reload()
{
$this->_loadGeneral();
$this->_loadSCM();
$this->_loadEnvironment();
}