From e70b0fa9c3598fd7e0efe2beccfcc96bb698eb40 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Wed, 17 Dec 2014 12:56:54 -0500 Subject: [PATCH] Cleaned up unused code --- tests/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 1879b74..a2a0e1a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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');