From 333a112ff6bf3341d20cdab61cbb83109df123a7 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 9 Oct 2023 09:05:46 -0400 Subject: cleanup some unneeded things --- misc/tools.php | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/tools.php b/misc/tools.php index 7473953..9917be7 100644 --- a/misc/tools.php +++ b/misc/tools.php @@ -10,7 +10,6 @@ 60 => 'minute', ]; - $numunits; foreach ($timeunits as $unit => $text) { if ($time < $unit) continue; -- cgit v1.2.1