From d49b252eb12ad2cd03f7c53cf9f7d5e9b6223420 Mon Sep 17 00:00:00 2001 From: MareStare Date: Tue, 4 Mar 2025 04:26:14 +0000 Subject: [PATCH] Remove humor --- assets/js/autocomplete/history/history.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/autocomplete/history/history.ts b/assets/js/autocomplete/history/history.ts index 58473e45..cf43cc2d 100644 --- a/assets/js/autocomplete/history/history.ts +++ b/assets/js/autocomplete/history/history.ts @@ -61,7 +61,6 @@ export class InputHistory { if (index >= 0) { this.records.splice(index, 1); } else if (this.records.length >= maxRecords) { - // Bye-bye, the oldest unused record! 👋 Nopony will miss you 🔪🩸 this.records.pop(); }