Removed debug messages

This commit is contained in:
Christoph Stahl 2023-04-08 20:27:59 +02:00
parent 6be90f1613
commit 7c9552a6bb

View file

@ -101,9 +101,6 @@ function checked_append_with_name(entry, name) {
var splitEntryUserName = entry.performer.toLowerCase().split(/\b/).filter(e => e.trim().length > 3);
var difference = splitUserName.filter(x => splitEntryUserName.includes(x));
console.log(splitUserName);
console.log(splitEntryUserName);
console.log(difference);
if (difference.length > 0) {
state.value.double_entry = entry;
state.value.double_entry.reason = "name";