Cleaned up unused code

This commit is contained in:
Rich Morgan 2014-12-17 12:56:54 -05:00
parent 7e5e84b7d1
commit e70b0fa9c3
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
if ($mage = realpath(__DIR__.'/../build/magento/app/Mage.php')) {
require_once $mage;
//Mage::setIsDeveloperMode(true);
Mage::app();
} else {
exit('Could not find Mage.php');