mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-16 13:06:31 +00:00
Eliminate spurious var_dump
This commit is contained in:
@@ -354,7 +354,6 @@ class Cell
|
||||
return \PhpOffice\PhpSpreadsheet\Calculation\Functions::NAME();
|
||||
}
|
||||
|
||||
// var_dump($ex);
|
||||
throw new \PhpOffice\PhpSpreadsheet\Calculation\Exception(
|
||||
$this->getWorksheet()->getTitle() . '!' . $this->getCoordinate() . ' -> ' . $ex->getMessage()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user