779ab797 by Marty Penner

Promoting r262 to live. refs #1266

1 parent 8b6b3e18
......@@ -3565,7 +3565,6 @@ class PHPExcel_Calculation {
$this->formulaError = $errorMessage;
// if (!$this->suppressFormulaErrors) throw new \Exception($errorMessage);
// trigger_error($errorMessage, E_USER_ERROR);
echo 'hihihi';
} // function _raiseFormulaError()
......