Remove exceptions.

This commit is contained in:
James Cole
2023-09-23 16:43:54 +02:00
parent 40585469f2
commit dad58fa362
3 changed files with 7 additions and 5 deletions

View File

@@ -115,7 +115,6 @@ trait ConvertsExchangeRates
*/
public function cerSum(array $entries): array
{
throw new FireflyException('do not use me, needs refactor');
if (null === $this->enabled) {
$this->getPreference();
}