From d322c7000c6aa980b226fd4771ec4af11b03e244 Mon Sep 17 00:00:00 2001 From: memdmp Date: Thu, 23 Jan 2025 02:17:04 +0100 Subject: fix: idk why its erroring and idrc rn im eepy --- src/lib/console.ts | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/lib/console.ts b/src/lib/console.ts index 313fd0a..82562cd 100644 --- a/src/lib/console.ts +++ b/src/lib/console.ts @@ -173,19 +173,6 @@ font-family: "Courier New", Courier, monospace; }), ]); console.debug( - ...strs[ - dev - ? Math.floor(Math.random() * strs.length) - : (Date.now() / - // millis in a second - 1000 / - // secs in a min - 60 / - // mins in an hour - 60 / - // hours in a day - 24) % - strs.length - ], + ...strs[Math.floor(Math.random() * strs.length)], ); } -- cgit v1.2.3