mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-17 17:10:03 +01:00
Remove humor
This commit is contained in:
parent
e884da9b62
commit
d49b252eb1
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue