Eliminate spurious var_dump

This commit is contained in:
MarkBaker
2022-02-04 17:30:36 +01:00
parent 3ed98ab9ce
commit 6bd181bae0
-1
View File
@@ -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()
);