cleanup some unneeded things

This commit is contained in:
2023-10-09 09:05:46 -04:00
parent 90c0f3e92d
commit 333a112ff6
4 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,6 @@
60 => 'minute',
];
$numunits;
foreach ($timeunits as $unit => $text) {
if ($time < $unit)
continue;