cdee3976 by Marty Penner

Further error fixing in PHPExcel files. refs #1266

1 parent 8b7fb201
......@@ -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()
......