forgot to remove shortcut for debugging before commiting

This commit is contained in:
ralf 2022-11-05 09:17:38 +01:00
parent 5b1fe16e9e
commit 4f1daddd57

View File

@ -1528,7 +1528,6 @@ class Accounts
*/ */
public function isHuge(int $total=null) public function isHuge(int $total=null)
{ {
return true;
if (isset($total)) if (isset($total))
{ {
$is_huge = $total > self::HUGE_LIMIT; $is_huge = $total > self::HUGE_LIMIT;